Cosmetics

This commit is contained in:
Nabeel Shahzad
2018-08-20 09:48:39 -05:00
parent 89baf34824
commit 66a9b361cb
3 changed files with 8 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ use Laratrust\Traits\LaratrustUserTrait;
* @property \Carbon\Carbon updated_at
* @property Rank rank
* @property Journal journal
* @property string pilot_id
* @property int rank_id
* @property int state
* @property bool opt_in
* @mixin \Illuminate\Notifications\Notifiable
@@ -137,7 +137,7 @@ class User extends Authenticatable
}
return new File([
'path' => $this->attributes['avatar']
'path' => $this->attributes['avatar']
]);
}