call(UsersTableSeeder::class); $this->call(RolesAndPermissionsSeeder::class); $this->call(UserRoleSeeder::class); $this->call(RateTableSeeder::class); $this->call(BookTableSeeder::class); $this->call(SettingCreditSeeder::class); $this->call(SuppliersTableSeeder::class); $this->call(MarkingSeeder::class); $this->call(SettingMalaysiaBankSeeder::class); } }