diff --git a/frontend/controllers/SearchController.php b/frontend/controllers/SearchController.php index e065a45..12681b0 100755 --- a/frontend/controllers/SearchController.php +++ b/frontend/controllers/SearchController.php @@ -66,6 +66,12 @@ class SearchController extends Controller ]); } + + public function actionCustomer(){ + return $this->render('customer',[ + ]); + } + public function actionCompany() { $query = UserInfo::find() diff --git a/frontend/views/search/customer.php b/frontend/views/search/customer.php new file mode 100644 index 0000000..4647403 --- /dev/null +++ b/frontend/views/search/customer.php @@ -0,0 +1,7 @@ +