call(AdminTableSeeder::class); $this->call(BankTableSeeder::class); $this->call(GatewayTableSeeder::class); $this->call(MerchantTableSeeder::class); $this->call(WebTableSeeder::class); } }