mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Merge pull request #226 from NNTmux/analysis-XVgAmO
Apply fixes from StyleCI [ci skip] [skip ci]
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user