NotificationsController: no more special base class

This commit is contained in:
Thomas Gelf 2017-06-21 21:09:41 +02:00
parent 8dbf7ef6df
commit 1f113d4828

View File

@ -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()
{