changes
This commit is contained in:
@ -17,10 +17,9 @@ class UserSeeder extends Seeder
|
||||
'name' => 'Prajwal Adhikari',
|
||||
'email' => 'prajwalbro@hotmail.com',
|
||||
'username' => 'prajwalbro',
|
||||
'password' => '$2y$10$3zlF9VeXexzWKRDPZuDio.W7RZIC3tU.cjwMoLzG8ki8bVwAQn1WW',
|
||||
'password' => bcrypt('p@ssw0rd'),
|
||||
'status' => 1,
|
||||
'role' => 'super_admin'
|
||||
|
||||
]);
|
||||
'email_verified_at' => now(),
|
||||
])->assignRole('admin', 'editor');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user