Commit bf31f0ef authored by Shakarim Sapa's avatar Shakarim Sapa

- Test

parent 9bcf45d3
......@@ -34,9 +34,10 @@ class CourseController extends FrontendController {
$searchModel = new CoursesSearch();
$search = \Yii::$app->request->queryParams;
var_dump($search); die;
$dataProvider = $searchModel->search($search);
echo "ASD"; die;
return $this->render(
'index',
[
......
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