Update OverviewController.php

This commit is contained in:
Carlos Ferreira 2018-07-15 23:28:21 +02:00 committed by GitHub
parent d0a6e385cf
commit 0b158d6720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,11 @@
namespace humhub\modules\notification\controllers;
use Yii;
use humhub\components\Controller;
use humhub\components\behaviors\AccessControl;;
use humhub\modules\notification\models\Notification;
use humhub\modules\notification\models\forms\FilterForm;
use Yii;
use yii\data\Pagination;
/**
@ -31,7 +32,7 @@ class OverviewController extends Controller
{
return [
'acl' => [
'class' => \humhub\components\behaviors\AccessControl::className(),
'class' => AccessControl::className(),
]
];
}