Custom database seeder

This commit is contained in:
merdan 2021-10-25 00:33:53 +05:00
parent 8d1dfe363a
commit 3b1b47358b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class DatabaseSeeder extends Seeder
{
$this->call(SLocalesTableSeeder::class);
$this->call(SCurrencyTableSeeder::class);
// $this->call(DemoCategoryTableSeeder::class);
$this->call(DemoCategoryTableSeeder::class);
$this->call(ChannelTableSeeder::class);
}