Commit 5b59531c authored by Shakarim Sapa's avatar Shakarim Sapa

- Test

parent 0687e611
...@@ -31,11 +31,6 @@ class CourseController extends FrontendController { ...@@ -31,11 +31,6 @@ class CourseController extends FrontendController {
} }
public function actionIndex(){ public function actionIndex(){
echo "ASD"; die;
\Yii::$app->view->registerMetaTag([
'property' => 'og:name',
'content' => 'Школа аналитики'
]);
$searchModel = new CoursesSearch(); $searchModel = new CoursesSearch();
$search = \Yii::$app->request->queryParams; $search = \Yii::$app->request->queryParams;
......
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