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

- Добавлены отступы

parent d09c0837
...@@ -6,8 +6,8 @@ use common\modules\school\models\SearchCourses; ...@@ -6,8 +6,8 @@ use common\modules\school\models\SearchCourses;
use yii\filters\AccessControl; use yii\filters\AccessControl;
class CourseController extends FrontendController { class CourseController extends FrontendController {
public static function actionsTitles()
{ public static function actionsTitles() {
return [ return [
'Index' => 'Школа аналитики' 'Index' => 'Школа аналитики'
]; ];
...@@ -31,7 +31,6 @@ class CourseController extends FrontendController { ...@@ -31,7 +31,6 @@ class CourseController extends FrontendController {
} }
public function actionIndex(){ public function actionIndex(){
\Yii::$app->view->registerMetaTag([ \Yii::$app->view->registerMetaTag([
'property' => 'og:title', 'property' => 'og:title',
'content' => 'Школа аналитики' 'content' => 'Школа аналитики'
......
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