Remove unnecessary use statement. Fix bug on php 7.2

This commit is contained in:
githubjeka 2018-07-06 15:40:43 +03:00
parent 712a43b72e
commit 4b0693d2ae

View File

@ -2,7 +2,6 @@
use humhub\libs\Helpers;
use humhub\modules\content\components\ContentContainerController;
use Yii;
use yii\helpers\Html;
if (!Yii::$app->controller instanceof ContentContainerController) {