call(UsersTableSeeder::class); $this->call(CurrenciesTableSeeder::class); $this->call(RoleSeeder::class); $this->call(CountriesTableSeeder::class); $this->call(StatesTableSeeder::class); $this->call(CitiesTableSeeder::class); $this->call(EstimateTemplateSeeder::class); $this->call(InvoiceTemplateSeeder::class); } }