I had converted from DB::table('users')->insert([...]) to User::insert([]).
After renaming insert to delete, it works.