Skip to content

Commit

Permalink
removed old and deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
eluhr committed Apr 21, 2021
1 parent 81b3a96 commit 58c8016
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
$bundles = include Yii::getAlias('@web/bundles') . '/config.php';
// disable loading of bundles skin file, when using bundled assets
Yii::$container->set(
AdminLteAsset::className(),
AdminLteAsset::class,
[
'skin' => false,
]
Expand Down Expand Up @@ -286,7 +286,6 @@
'Json' => ['class' => Json::class],
'Tree' => ['class' => Tree::class],
'FA' => ['class' => FA::class],
'FileUrl' => ['class' => \hrzg\filemanager\helpers\Url::class],
'Url' => ['class' => Url::class],
'Markdown' => ['class' => Markdown::class]
],
Expand Down

0 comments on commit 58c8016

Please sign in to comment.