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

- Test

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