Passed
Push — soft-delete ( f4d803 )
by Fèvre
06:34
created
app/Models/Presenters/UserPresenter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     protected function username(): Attribute
30 30
     {
31 31
         return Attribute::make(
32
-            get: fn ($value) => $this->trashed() ? 'Deleted' : $value
32
+            get: fn($value) => $this->trashed() ? 'Deleted' : $value
33 33
         );
34 34
     }
35 35
 
Please login to merge, or discard this patch.