mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
NotificationsController: no more special base class
This commit is contained in:
parent
8dbf7ef6df
commit
1f113d4828
@ -2,9 +2,9 @@
|
||||
|
||||
namespace Icinga\Module\Director\Controllers;
|
||||
|
||||
use Icinga\Module\Director\Web\Controller\NewObjectsController;
|
||||
use Icinga\Module\Director\Web\Controller\ObjectsController;
|
||||
|
||||
class NotificationsController extends NewObjectsController
|
||||
class NotificationsController extends ObjectsController
|
||||
{
|
||||
protected function checkDirectorPermissions()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user