update
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user