mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-31 21:51:10 -04:00
fix seeder issue
This commit is contained in:
@ -14,8 +14,6 @@ class DatabaseSeeder extends Seeder
|
|||||||
$this->call(CurrenciesTableSeeder::class);
|
$this->call(CurrenciesTableSeeder::class);
|
||||||
$this->call(RoleSeeder::class);
|
$this->call(RoleSeeder::class);
|
||||||
$this->call(CountriesTableSeeder::class);
|
$this->call(CountriesTableSeeder::class);
|
||||||
$this->call(StatesTableSeeder::class);
|
|
||||||
$this->call(CitiesTableSeeder::class);
|
|
||||||
$this->call(EstimateTemplateSeeder::class);
|
$this->call(EstimateTemplateSeeder::class);
|
||||||
$this->call(InvoiceTemplateSeeder::class);
|
$this->call(InvoiceTemplateSeeder::class);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user