dashboard login

This commit is contained in:
Afiq
2021-01-20 09:12:24 +08:00
parent d7a3a336bc
commit a35432fd68
6 changed files with 122 additions and 12 deletions
+2 -1
View File
@@ -10,13 +10,14 @@ class User extends Authenticatable
{
use Notifiable;
protected $guard = 'web';
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = [
'name', 'email', 'password','roles','no_kp','no_telefon','cawangan','role_harian','perubatan','role_dashboard',
'name', 'email', 'password','roles','no_kp','no_telefon','cawangan','role_harian','perubatan',
];
/**