mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
ServiceController: give IDEs some hint
This commit is contained in:
parent
7de41f2492
commit
1683f63e8c
@ -3,6 +3,7 @@
|
||||
namespace Icinga\Module\Director\Controllers;
|
||||
|
||||
use Exception;
|
||||
use Icinga\Module\Director\Forms\IcingaServiceForm;
|
||||
use Icinga\Module\Director\Web\Controller\ObjectController;
|
||||
use Icinga\Module\Director\Objects\IcingaServiceSet;
|
||||
use Icinga\Module\Director\Objects\IcingaService;
|
||||
@ -92,6 +93,9 @@ class ServiceController extends ObjectController
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param IcingaServiceForm $form
|
||||
*/
|
||||
protected function beforeHandlingAddRequest($form)
|
||||
{
|
||||
if ($this->apply) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user