The trait Spatie\Permission\Traits\HasRoles requires some properties which are not provided by Gameap\Models\User: $name, $map, $permissions, $roles, $guard_name
Loading history...
15
use Validable;
16
17
/**
18
* The attributes that are mass assignable.
19
*
20
* @var array
21
*/
22
protected $fillable = [
23
'login', 'email', 'password', 'name'
24
];
25
26
/**
27
* The attributes that should be hidden for arrays.