Added translation seeder to DatabaseSeeder class
This commit is contained in:
parent
0b67488a0b
commit
b4dacd4db6
|
|
@ -17,6 +17,7 @@ class DatabaseSeeder extends Seeder
|
|||
$this->call(CurrencyTableSeeder::class);
|
||||
$this->call(CountriesTableSeeder::class);
|
||||
$this->call(StatesTableSeeder::class);
|
||||
$this->call(CountryStateTranslationSeeder::class);
|
||||
$this->call(ChannelTableSeeder::class);
|
||||
$this->call(ConfigTableSeeder::class);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue