guarded false

This commit is contained in:
2020-09-16 05:29:45 +05:00
parent fde11350c7
commit a7fc5177bc
2 changed files with 3 additions and 11 deletions

View File

@@ -18,16 +18,8 @@ class User extends Authenticatable
use Notifiable; use Notifiable;
use TwoFactorAuthenticatable; use TwoFactorAuthenticatable;
/**
* The attributes that are mass assignable. protected $guarded = [];
*
* @var array
*/
protected $fillable = [
'name',
'email',
'password',
];
/** /**
* The attributes that should be hidden for arrays. * The attributes that should be hidden for arrays.

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}"> <meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name', 'Laravel') }}</title> <title>Karudhaas | Dashboard</title>
<!-- Fonts --> <!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700" rel="stylesheet">