@@ -49,7 +49,7 @@ |
||
| 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 |