call([ UserSeeder::class, TagSeeder::class, BlogPostSeeder::class, ]); // todo: remove when finished testing Photo::factory(50)->create(); } }