mirror of
https://github.com/robonen/education-project.git
synced 2026-03-20 10:54:31 +00:00
Модуль журнала
This commit is contained in:
@@ -10,7 +10,7 @@ class Teacher extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $guarded = [
|
||||
protected $fillable = [
|
||||
'user_id',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user