mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #1408 from jaggy/patch-1
Remove extra use SoftDeletes
This commit is contained in:
commit
3b69a93e06
@ -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