Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jul 19, 2019
1 parent a5ba3a9 commit d46b9c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 4 additions & 9 deletions _ide/YiiApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,17 @@

namespace yii\web;

use common\components\ProjectComponent;
use common\components\TelegramComponent;
use common\components\unify\TemplateUnify;
use common\themes\unify\SkeeksUnifyTheme;
use kartik\mpdf\Pdf;
use skeeks\cms\themes\unify\components\UnifyThemeSettings;
use skeeks\cms\themes\unify\UnifyTheme;
use skeeks\cms\themes\unifyshop\UnifyShopTheme;
use skeeks\crm\components\TinkoffIntegrationApi;
use v3project\themes\mega\ThemeMega;
use skeeks\yii2\mobiledetect\MobileDetect;
use yii\base\Theme;


/**
* @property View|PView $view
* @property UnifyThemeSettings $unifyThemeSettings
* @property View|PView $view
* @property UnifyThemeSettings $unifyThemeSettings
* @property MobileDetect $mobileDetect
*
* Class Application
* @package yii\web
Expand Down
4 changes: 4 additions & 0 deletions src/config/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
'unifyThemeSettings' => [
'class' => \skeeks\cms\themes\unify\components\UnifyThemeSettings::class,
],

'mobileDetect' => [
'class' => '\skeeks\yii2\mobiledetect\MobileDetect'
]
],
];

0 comments on commit d46b9c3

Please sign in to comment.