update
This commit is contained in:
@ -42,6 +42,7 @@ class WebsiteController extends AbstractController
|
||||
$model->app_logo = $this->request->post('app_logo');
|
||||
$model->app_extra = $this->request->post('app_extra');
|
||||
$model->app_template = $this->request->post('template');
|
||||
$model->app_extra_tag = $this->request->post('app_extra_tag');
|
||||
$model->save();
|
||||
|
||||
return $this->response->json([]);
|
||||
@ -110,6 +111,7 @@ class WebsiteController extends AbstractController
|
||||
$query->app_logo = $this->request->post('app_logo');
|
||||
$query->app_extra = $this->request->post('app_extra');
|
||||
$query->app_template = $this->request->post('template');
|
||||
$query->app_extra_tag = $this->request->post('app_extra_tag');
|
||||
|
||||
$query->save();
|
||||
|
||||
|
Reference in New Issue
Block a user