Commit 3f12d92e authored by Shakarim Sapa's avatar Shakarim Sapa

- Test

parent 5b59531c
......@@ -33,6 +33,7 @@ class CourseController extends FrontendController {
public function actionIndex(){
$searchModel = new CoursesSearch();
$search = \Yii::$app->request->queryParams;
echo "ASD"; die;
$dataProvider = $searchModel->search($search);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment