register passport

This commit is contained in:
Afiq
2021-01-18 14:48:44 +08:00
parent d70eb2e7d2
commit 1ed798f664
5 changed files with 466 additions and 22 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class User extends Authenticatable
* @var array
*/
protected $fillable = [
'name', 'email', 'password','roles','no_kp','no_telefon','cawangan','role_harian','perubatan',
'name', 'email', 'password','roles','no_kp','no_telefon','cawangan','role_harian','perubatan','role_dashboard',
];
/**