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