Miguel
Results
2
comments of
Miguel
I have the same error. how i can solve it?
@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;