Fix: Добавлен 'image' в $fillable модели Answer
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -13,6 +13,7 @@ class Answer extends Model
|
||||
protected $fillable = [
|
||||
'question_id',
|
||||
'answer_text',
|
||||
'image',
|
||||
'is_correct',
|
||||
'sort_order',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user