Remove extra use SoftDelete in the middle.
Removed the extra `use SoftDeletes` trait below some of the attributes.
This commit is contained in:
parent
ac9b0dd3d7
commit
dd4b8f7d19
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ class User extends Authenticatable
|
|||
*/
|
||||
protected $hidden = ['password', 'remember_token', 'confirmation_code'];
|
||||
|
||||
use SoftDeletes;
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue