summaryrefslogtreecommitdiffstats
path: root/application/forms/Navigation/IcingadbServiceActionForm.php
blob: 29d33c8481d3538449fc94b163bf184bf5fb5c33 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */

namespace Icinga\Module\Icingadb\Forms\Navigation;

class IcingadbServiceActionForm extends ActionForm
{
    protected $restriction = 'icingadb/filter/services';
}