feat: remove 'developer' role from user seeder entries for mahasiswa

This commit is contained in:
Yoga Pangestu 2026-08-31 16:26:39 +07:00
parent 04f8f770bb
commit c1ba03d314

View File

@ -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',