Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Laravel 5.5 中有一个项目,我正在使用 Laravel 通知。
我想在添加产品时向用户发送通知,但是当我使用通知时,它给了我一个mass assignment exception error id.
mass assignment exception error id
我认为我的模型没有错误,User因为我的用户模型在使用通知之前工作正常,并且在添加可填充 ID 之前我找不到任何通知模型。
User
这个问题的解决方案是什么?
这些是错误: