Commit 9bcf45d3 authored by Shakarim Sapa's avatar Shakarim Sapa

- Test

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