Skip to content

Commit

Permalink
fix ManageController
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-chepurnoi committed Apr 20, 2017
1 parent 7fbf2be commit d07d331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/ManageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
namespace yii2mod\cms\controllers;

use Yii;
use yii\filters\AccessControl;
use yii\filters\VerbFilter;
use yii\web\Controller;
use yii\web\NotFoundHttpException;
use yii2mod\cms\models\CmsModel;
use yii2mod\editable\EditableAction;
use yii2mod\rbac\filters\AccessControl;

/**
* Class ManageController
Expand Down

0 comments on commit d07d331

Please sign in to comment.