Fix the RolesController's class name
This commit is contained in:
parent
e5d8fc7208
commit
2f02ac2f01
|
@ -9,7 +9,7 @@ use Icinga\Web\Controller\ActionController;
|
|||
use Icinga\Web\Notification;
|
||||
use Icinga\Web\Widget;
|
||||
|
||||
class PermissionsController extends ActionController
|
||||
class RolesController extends ActionController
|
||||
{
|
||||
public function init()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue