Skip to main content
๐Ÿ› Bug HuntLV Laravel Easyโšก+10 XP

Mass Assignment

This creates a user but throws MassAssignmentException.

๐Ÿ› Find the bug
1User::create($request->all());
๐Ÿ› The bug is on line 1

๐Ÿ”ง Select the correct fix: