mirror of
https://github.com/robonen/education-project.git
synced 2026-03-20 10:54:31 +00:00
модели юзеров
This commit is contained in:
@@ -9,8 +9,7 @@ class HeadTeacher extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $fillable = [
|
||||
'user_id',
|
||||
protected $guarded = [
|
||||
'updated_at',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user