create(); \App\Models\User::create([ 'name' => 'Thoriq', 'email' => 'admin@tugas.com', 'password' => Hash::make('admin123'), ]); } }