mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
ServicegroupsController: Move function opening brace onto the next line
This commit is contained in:
parent
9f20fd2d1d
commit
3135bf133d
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ use Icinga\Module\Icingadb\Widget\ItemList\ServicegroupList;
|
|||
|
||||
class ServicegroupsController extends Controller
|
||||
{
|
||||
public function indexAction() {
|
||||
|
||||
public function indexAction()
|
||||
{
|
||||
$this->setTitle($this->translate('Service Groups'));
|
||||
|
||||
$db = $this->getDb();
|
||||
|
|
|
|||
Loading…
Reference in a new issue