icingaweb2-module-director/application/controllers/ServicesController.php
2018-10-25 08:26:09 +02:00

14 lines
268 B
PHP

<?php
namespace Icinga\Module\Director\Controllers;
use Icinga\Module\Director\Web\Controller\ObjectsController;
class ServicesController extends ObjectsController
{
protected $multiEdit = array(
'imports',
'groups',
'disabled'
);
}