We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcc337 commit a5fd23bCopy full SHA for a5fd23b
1 file changed
docs/tutorial/README.md
@@ -104,7 +104,7 @@ Run database migrations to create the `users` table:
104
Seed the database with some fake users:
105
106
php artisan tinker
107
- \App\User::factory(10)->create()
+ \App\Models\User::factory(10)->create()
108
109
### Installing Lighthouse
110
0 commit comments