icingaweb2/library/Icinga/Web/View/helpers/generic.php

11 lines
158 B
PHP

<?php
namespace Icinga\Web\View;
use Icinga\Authentication\Manager;
$this->addHelperFunction('auth', function () {
return Manager::getInstance();
});