๐ Bug HuntLV Laravel Mediumโก+20 XP
Mass Assignment Blocked
Model fails to save with fillable error.
๐ Find the bug
1
class User extends Model {2
// No $fillable or $guarded defined3
}4
User::create(['name' => 'Alice', 'email' => 'a@b.com']);๐ The bug is on line 2