mirror of
https://github.com/robonen/education-project.git
synced 2026-03-20 02:44:31 +00:00
Модуль Задания
This commit is contained in:
@@ -9,5 +9,6 @@ class TaskFile extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
protected $table = 'task_files';
|
||||
protected $fillable = ['name', 'type', 'extension', 'url', 'task_id'];
|
||||
protected $fillable = ['name', 'type', 'extension', 'url', 'task_id', 'user_id'];
|
||||
protected $hidden = ['review'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user