@@ -51,7 +51,7 @@ |
||
51 | 51 | |
52 | 52 | config()->set( |
53 | 53 | 'mail.recipients', |
54 | - collect(config('mail.recipients'))->map(function () { |
|
54 | + collect(config('mail.recipients'))->map(function() { |
|
55 | 55 | return '[email protected]'; |
56 | 56 | }) |
57 | 57 | ); |
@@ -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 |