Commit 578b8cd4 by Bagus Pambudi

ganti user seeder

parent 2fad234d
......@@ -16,10 +16,10 @@ class UsersTableSeeder extends Seeder
{
DB::table('users')->insert([
'id' => Str::uuid()->toString(),
'name' => 'Aan Choesni Herlingga',
'email' => 'aanchoesni@unesa.ac.id',
'name' => 'PPTI',
'email' => 'pptipsiijklayanan@unesa.ac.id',
'email_verified_at' => null,
'password' => Hash::make('anchuz2020'),
'password' => Hash::make('Cheetos@Jetz+62'),
'remember_token' => null,
'role' => 'admin',
'is_active' => 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment