feat: remove 'developer' role from user seeder entries for mahasiswa
This commit is contained in:
parent
04f8f770bb
commit
c1ba03d314
@ -42,7 +42,7 @@ public function run(): void
|
||||
[
|
||||
'username' => 'doni',
|
||||
'email' => 'doni@student.itmpwk.ac.id',
|
||||
'roles' => ['mahasiswa', 'developer'],
|
||||
'roles' => ['mahasiswa'],
|
||||
'profile' => [
|
||||
'full_name' => 'Doni Setiawan Ramadhan',
|
||||
'phone_number' => '085793462823',
|
||||
@ -63,7 +63,7 @@ public function run(): void
|
||||
[
|
||||
'username' => 'asep',
|
||||
'email' => 'asep@student.itmpwk.ac.id',
|
||||
'roles' => ['mahasiswa', 'developer'],
|
||||
'roles' => ['mahasiswa'],
|
||||
'profile' => [
|
||||
'full_name' => 'Asep Saepudin',
|
||||
'phone_number' => '081546505033',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user