mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31: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(RoleSeeder::class); | ||||
|         $this->call(CountriesTableSeeder::class); | ||||
|         $this->call(StatesTableSeeder::class); | ||||
|         $this->call(CitiesTableSeeder::class); | ||||
|         $this->call(EstimateTemplateSeeder::class); | ||||
|         $this->call(InvoiceTemplateSeeder::class); | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user