Results 2 comments of Miguel

@montes2012 in my case I could solve this by removing 'Authorizable' class from User model in this line: use Authenticatable, Authorizable, CanResetPassword, HasRoleAndPermission; now: use Authenticatable, CanResetPassword, HasRoleAndPermission;