TimelineController: Fix The use statement with non-compound ...

fixes #7023
This commit is contained in:
Marius Hein 2014-09-01 15:58:55 +02:00
parent 6b6826f737
commit 63cb357d48
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
use DateTime;
use DateInterval;
use Zend_Config;
use \DateTime;
use \DateInterval;
use \Zend_Config;
use Icinga\Web\Url;
use Icinga\Util\Format;
use Icinga\Application\Config;