Passed
Push — main ( 1d9eb2...bb78af )
by PRATIK
06:49 queued 02:16
created
src/Models/Admin/Project.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
             ][$attribute] : null;
81 81
     }
82 82
 
83
-     // Accessors
83
+        // Accessors
84 84
     public function getImageAttribute()
85 85
     {
86 86
         return ! is_null($this->getFirstMedia('image')) ? $this->getFirstMediaUrl('image') : asset('adminetic/static/placeholder.jpg');
Please login to merge, or discard this patch.