Passed
Push — dev6 ( 811cb3...58f07d )
by Ron
13:14
created
app/Models/UserCustomerRecent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 
12 12
     protected $guarded = ['id', 'updated_at', 'created_at'];
13 13
     protected $hidden  = ['id', 'user_id', 'created_at', 'Customer'];
14
-    protected $appends      = ['name', 'slug'];
14
+    protected $appends = ['name', 'slug'];
15 15
 
16 16
     public function Customer()
17 17
     {
Please login to merge, or discard this patch.