Revert backslash removal in front of namespace-less use statement
This commit is contained in:
parent
26d42da635
commit
af5a3262be
|
@ -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 New Issue