create([ 'email' => 'admin@example.com', 'email_verified_at' => now(), 'password' => Hash::make('admin') ]); } }