configuration: type-hint

This commit is contained in:
Thomas Gelf 2021-06-01 21:34:45 +02:00
parent 234bb89454
commit c058359ae3
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}