Adds the user name as a separate field
This commit is contained in:
@@ -19,6 +19,7 @@ public function run(): void
|
||||
|
||||
DB::table('users')->insert([
|
||||
'name' => 'Jonathan',
|
||||
'username' => 'jonathan.van.rij@agerion.nl',
|
||||
'email' => 'jonathan.van.rij@agerion.nl',
|
||||
'password' => bcrypt('secret'),
|
||||
'email_verified_at' => now(),
|
||||
|
||||
Reference in New Issue
Block a user