call(PlannersSeeder::class); $this->call(UsersSeeder::class); $this->call(DishesSeeder::class); $this->call(ScheduleSeeder::class); } }