update
This commit is contained in:
@ -99,6 +99,7 @@ class WebsiteController extends AbstractController
|
||||
$query->app_description = $this->request->post('app_description');
|
||||
$query->app_name = $this->request->post('app_name');
|
||||
$query->app_domain = $this->request->post('app_domain');
|
||||
$query->app_keywords = $this->request->post('app_keywords');
|
||||
|
||||
$query->save();
|
||||
|
||||
|
Reference in New Issue
Block a user