call(UserSeeder::class); $this->call(FoodSeeder::class); $this->call(RecipeSeeder::class); $this->call(JournalEntrySeeder::class); } }