call(PaymentmethodSeeder::class); $this->call(UserSeeder::class); $this->call(OrderSeeder::class); $this->call(CategorySeeder::class); $this->call(ReservationSeeder::class); $this->call(EventSeeder::class); $this->call(SeatsSeeder::class); $this->call(EventCategorySeeder::class); $this->call(SingleSeatsSeeder::class); $this->call(ConcessionSeeder::class); $this->call(EventConcessionSeeder::class); $this->call(UserReservationSeeder::class); $this->call(SeattemplateSeeder::class); $this->call(CultureCardSeeder::class); $this->call(UsercategorySeeder::class); } }