Laravel unexpected error “class user contains 3 abstract methods…”

前端 未结 8 569
野趣味
野趣味 2021-01-30 01:56

While programming my Authentication app on Laravel, I came across to an error I\'ve never seen before. I\'ve been brainstorming for almost an hour for the cause of this problem

8条回答
  •  醉话见心
    2021-01-30 02:40

    I fixed the error by adding UserTrait to User.php. Get the original User.php file here. If you don't need the rememberMe stuff, you just need this:

提交回复
热议问题