random_class() ->create(); Card::factory(10) ->random_class() ->random_raid() ->create(); Card::factory(15) ->random_raid() ->create(); } }