Revert backslash removal in front of namespace-less use statement

This commit is contained in:
Johannes Meyer 2014-07-25 09:12:12 +02:00
parent 26d42da635
commit af5a3262be
1 changed files with 1 additions and 1 deletions

View File

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