Move Version to Icinga\Application\

refs #9247
This commit is contained in:
Alexander A. Klimov 2015-06-05 10:18:24 +02:00
parent 7577b37cdb
commit 602f0cf755
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# namespace Icinga\Application\Controllers;
use Icinga\Web\Controller\ActionController;
use Icinga\Version;
use Icinga\Application\Version;
class AboutController extends ActionController
{

View File

@ -1,9 +1,8 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga;
namespace Icinga\Application;
use Icinga\Application\Icinga;
use Icinga\Exception\IcingaException;
class Version