From fc48af9a64382647c9cd655160851070a993afcd Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 19 Oct 2017 13:41:17 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- app/Models/User.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Models/User.php b/app/Models/User.php index c3aaba00b..04de44f82 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -85,9 +85,6 @@ class User extends Authenticatable return $this->hasMany('App\Models\UserExcludedCategory', 'users_id'); } - /** - * - */ protected static function boot(): void { parent::boot();