Merge pull request #226 from NNTmux/analysis-XVgAmO

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2017-10-19 15:41:23 +02:00
committed by GitHub
-3
View File
@@ -85,9 +85,6 @@ class User extends Authenticatable
return $this->hasMany('App\Models\UserExcludedCategory', 'users_id'); return $this->hasMany('App\Models\UserExcludedCategory', 'users_id');
} }
/**
*
*/
protected static function boot(): void protected static function boot(): void
{ {
parent::boot(); parent::boot();