mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-21 22:29:06 -04:00
Revert backslash removal in front of namespace-less use statement
This commit is contained in:
parent
26d42da635
commit
af5a3262be
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
|
||||
use Exception;
|
||||
use \Exception;
|
||||
use Icinga\Config\PreservingIniWriter;
|
||||
use Icinga\Web\Controller\ModuleActionController;
|
||||
use Icinga\Web\Notification;
|
||||
|
|
|
|||
Loading…
Reference in a new issue