icingadb-web/application/forms/Navigation/IcingadbServiceActionForm.php

12 lines
282 B
PHP
Raw Permalink Normal View History

2021-09-09 08:38:04 -04:00
<?php
// SPDX-FileCopyrightText: 2021 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later
2021-09-09 08:38:04 -04:00
namespace Icinga\Module\Icingadb\Forms\Navigation;
class IcingadbServiceActionForm extends ActionForm
{
protected $restriction = 'icingadb/filter/services';
}