Skip to content

Commit 36a090f

Browse files
committed
Remove ProductSeeder from DatabaseSeeder.php
1 parent 1fd2369 commit 36a090f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

database/seeders/DatabaseSeeder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public function run()
1616
{
1717
$this->call([
1818
AdminUserSeeder::class,
19-
ProductSeeder::class
2019
]);
2120
// \App\Models\User::factory(10)->create();
2221

0 commit comments

Comments
 (0)