Skip to content

Commit

Permalink
csfixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 8, 2018
1 parent 61512d8 commit 295de32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/config/basis.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* @license BSD-3-Clause
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
*/

use hidev\helpers\Helper;

if (!defined('HIDEV_VENDOR_DIR')) {
Expand Down Expand Up @@ -56,7 +55,7 @@
$__class => \yii\caching\Cache::class,
'handler' => [
$__class => \yii\caching\FileCache::class,
]
],
],
'view' => [
$__class => \hidev\components\View::class,
Expand Down
2 changes: 0 additions & 2 deletions src/helpers/Hidev.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

namespace hidev\helpers;

use Yii;

/**
* Hidev helper.
*/
Expand Down

0 comments on commit 295de32

Please sign in to comment.