mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-11 15:34:21 -04:00
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
@ -60,7 +60,6 @@ class User extends Authenticatable
|
|||||||
*/
|
*/
|
||||||
protected $hidden = ['password', 'remember_token', 'confirmation_code'];
|
protected $hidden = ['password', 'remember_token', 'confirmation_code'];
|
||||||
|
|
||||||
use SoftDeletes;
|
|
||||||
/**
|
/**
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user