diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php index 7c1405d..cba8342 100644 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php @@ -93,6 +93,8 @@ class SiteController extends Controller public function actionFormsModal() { + return $this->renderAjax('forms-modal', [ + ]); } -- libgit2 0.21.4