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();
|
||||
|
||||
|
@ -17,6 +17,7 @@ namespace App\Model;
|
||||
* @property int $updated_by
|
||||
* @property string $app_domain
|
||||
* @property int $is_delete
|
||||
* @property string $app_keywords
|
||||
*/
|
||||
class AppWebsiteConfig extends Model
|
||||
{
|
||||
|
Reference in New Issue
Block a user