This commit is contained in:
toom1996
2025-07-04 09:50:30 +08:00
parent bb9639ce0c
commit b4416260fd
8 changed files with 53 additions and 5 deletions

View File

@ -38,6 +38,7 @@ class NewsFormModel
$model->description = $this->attributes['description'];
$model->cover = $this->attributes['cover'];
$model->content = $this->attributes['content'];
$model->platform = $this->attributes['platform'];
$model->save();
}
}