CodeCommitAccess+1-at-632418466995 10 mēnešus atpakaļ
vecāks
revīzija
d332e8f11c
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0
    2
      app/Models/Project.php

+ 0
- 2
app/Models/Project.php Parādīt failu

80
 
80
 
81
     public function firstListImgUrl(): Attribute
81
     public function firstListImgUrl(): Attribute
82
     {
82
     {
83
-        \Log::info(empty($this->img_url),$this->img_url);
84
-        \Log::info(Storage::url($this->img_url[0]));
85
         return Attribute::make(
83
         return Attribute::make(
86
             get: fn ($value) => !empty($this->img_url) ? Storage::url($this->img_url[0]) : null,
84
             get: fn ($value) => !empty($this->img_url) ? Storage::url($this->img_url[0]) : null,
87
         );
85
         );