Custom database seeder
This commit is contained in:
parent
8d1dfe363a
commit
3b1b47358b
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue