๐ Bug HuntLV Laravel Easyโก+10 XP
Mass Assignment
This creates a user but throws MassAssignmentException.
๐ Find the bug
1
User::create($request->all());๐ The bug is on line 1
This creates a user but throws MassAssignmentException.
User::create($request->all());