create(); \App\Models\User::factory()->create([ 'username' => 'nomadjimbob', 'first_name' => 'James', 'last_name' => 'Collins', 'email' => 'james@stemmechanics.com.au', 'email_verified_at' => Carbon::now(), 'phone' => '0400 130 190', 'password' => Hash::make('password@12') ]); } }