adding client_id to model user

This commit is contained in:
Luiz Filipe 2022-08-25 18:44:28 -03:00
parent 7b7c67e83d
commit b0314302c2

View File

@ -30,6 +30,7 @@ class User extends Authenticatable implements Auditing
'created_at',
'updated_at',
'deleted_at',
'client_id'
];
protected $hidden = [