We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -163,6 +163,6 @@ |
||
163 | 163 | */ |
164 | 164 | public function getPhoneFullNameAttribute() |
165 | 165 | { |
166 | - return $this->attributes[ 'first_name' ]. $this->attributes[ 'last_name' ]; |
|
166 | + return $this->attributes[ 'first_name' ].$this->attributes[ 'last_name' ]; |
|
167 | 167 | } |
168 | 168 | } |