fully qualified user model in seeder (#5406)

makes it easy to just uncomment when tinkering around
This commit is contained in:
Salim Djerbouh
2020-09-13 15:17:54 +01:00
committed by GitHub
parent 292a5b26a9
commit ca30159cab

View File

@@ -13,6 +13,6 @@ class DatabaseSeeder extends Seeder
*/ */
public function run() public function run()
{ {
// User::factory(10)->create(); // \App\Models\User::factory(10)->create();
} }
} }