Commit f42169e7912248546c5c9c59f0cc7ddccd95a600

Authored by Administrator
1 parent 9fcd18ef

firs page

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
frontend/controllers/SiteController.php
@@ -93,6 +93,8 @@ class SiteController extends Controller @@ -93,6 +93,8 @@ class SiteController extends Controller
93 93
94 public function actionFormsModal() 94 public function actionFormsModal()
95 { 95 {
  96 + return $this->renderAjax('forms-modal', [
  97 + ]);
96 98
97 } 99 }
98 100