configuration: type-hint
This commit is contained in:
parent
234bb89454
commit
c058359ae3
|
@ -3,6 +3,7 @@
|
|||
use Icinga\Application\Icinga;
|
||||
use Icinga\Web\Window;
|
||||
|
||||
/** @var \Icinga\Application\Modules\Module $this */
|
||||
if ($this->getConfig()->get('frontend', 'disabled', 'no') === 'yes') {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue