insert([ 'nama' => 'Budi', 'email' => 'budivespaendut@gmail.com', 'password' => Hash::make('budi1234'), 'tipe_pengguna' => 'owner', 'created_at' => now(), 'updated_at' => now(), ]); } }