login as lecturer

This commit is contained in:
Benjamin Takats
2022-12-01 11:23:15 +01:00
parent 135a9e050e
commit 5ad6bc3f05
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',
];
/**