Monitoring: Fix nonexistent Icinga\Backend usage in CommandController

This commit is contained in:
Eric Lippmann 2013-08-20 16:07:41 +02:00 committed by Marius Hein
parent 7af982aaa5
commit 6765648380
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
use Icinga\Application\Benchmark;
use Icinga\Application\Icinga;
use \Monitoring\Backend;
use \Icinga\Module\Monitoring\Backend;
use \Icinga\Application\Config;
use Icinga\Application\Logger;
use Icinga\Authentication\Manager;