mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Update OverviewController.php
This commit is contained in:
parent
d0a6e385cf
commit
0b158d6720
@ -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(),
|
||||
]
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user