login as lecturer

This commit is contained in:
Benjamin Takats
2022-12-01 11:23:15 +01:00
parent 9ec6b24a69
commit ba07dca294
20 changed files with 72 additions and 41 deletions

View File

@@ -25,7 +25,10 @@ class User extends Authenticatable implements MustVerifyEmail
* @var string[]
*/
protected $fillable = [
'name', 'email', 'password',
'name',
'email',
'password',
'is_lecturer',
];
/**