This commit is contained in:
Ahmad Firdaus Tarmidzi 2023-11-08 11:13:43 +07:00
parent 12d6e7d4af
commit b3864529e8
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ protected function create(array $data)
'password' => Hash::make($data['password']),
'kelas_user' => '3',
'foto' => 'images/BoeaT0jCWccM0FW9FxE1HS1ej5J61n99JbEBzWlS.jpg',
]);
}
}