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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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();
} }
} }