cleanup
removed default user seed
This commit is contained in:
parent
f7c23e9fc5
commit
c939032dc1
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ class DatabaseSeeder extends Seeder
|
||||||
{
|
{
|
||||||
$this->call([
|
$this->call([
|
||||||
ConfigurationSeeder::class,
|
ConfigurationSeeder::class,
|
||||||
UserSeeder::class,
|
|
||||||
ProductSeeder::class,
|
ProductSeeder::class,
|
||||||
PaypalProductSeeder::class,
|
PaypalProductSeeder::class,
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue