adding client_id to model user
This commit is contained in:
parent
7b7c67e83d
commit
b0314302c2
@ -30,6 +30,7 @@ class User extends Authenticatable implements Auditing
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'deleted_at',
|
||||
'client_id'
|
||||
];
|
||||
|
||||
protected $hidden = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user