Completed
Push — master ( 0925b8...107387 )
by Sebastian
03:43
created
app/Services/Auth/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 
50 50
     public function getNameAttribute(): string
51 51
     {
52
-        return $this->first_name . ' ' . $this->last_name;
52
+        return $this->first_name.' '.$this->last_name;
53 53
     }
54 54
 
55 55
     public function hasNeverLoggedIn(): bool
Please login to merge, or discard this patch.