call(UsersTableSeeder::class); $this->call(CurrenciesTableSeeder::class); $this->call(DefaultSettingsSeeder::class); $this->call(CountriesTableSeeder::class); $this->call(PaymentMethodSeeder::class); $this->call(UnitSeeder::class); } }