ln auth added and email service activated

This commit is contained in:
Benjamin Takats
2022-12-01 20:35:54 +01:00
parent c88ca49ab6
commit 4183f00878
9 changed files with 283 additions and 29 deletions

View File

@@ -22,16 +22,7 @@ class User extends Authenticatable implements MustVerifyEmail
use TwoFactorAuthenticatable;
use HasRoles;
/**
* The attributes that are mass assignable.
* @var string[]
*/
protected $fillable = [
'name',
'email',
'password',
'is_lecturer',
];
protected $guarded = [];
/**
* The attributes that should be hidden for serialization.