Update OverviewController.php

This commit is contained in:
Carlos Ferreira 2018-07-16 00:01:19 +02:00 committed by GitHub
parent f06ed03430
commit e4d4b334e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
namespace humhub\modules\notification\controllers;
use humhub\components\Controller;
use humhub\components\behaviors\AccessControl;;
use humhub\components\behaviors\AccessControl;
use humhub\modules\notification\models\Notification;
use humhub\modules\notification\models\forms\FilterForm;
use Yii;