Have been using former namespace, fixed

This commit is contained in:
Thomas Gelf 2013-08-20 23:28:41 +02:00 committed by Eric Lippmann
parent cf26e3b106
commit eaaa7205c9
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Icinga\Monitoring\Backend\Ido\Query;
namespace Icinga\Module\Monitoring\Backend\Ido\Query;
use Zend_Db_Select;

View File

@ -1,6 +1,6 @@
<?php
namespace Icinga\Monitoring\Backend\Ido\Query;
namespace Icinga\Module\Monitoring\Backend\Ido\Query;
class CommenthistoryQuery extends AbstractQuery
{

View File

@ -1,6 +1,6 @@
<?php
namespace Icinga\Monitoring\Backend\Ido\Query;
namespace Icinga\Module\Monitoring\Backend\Ido\Query;
class DowntimeendhistoryQuery extends AbstractQuery
{

View File

@ -1,6 +1,6 @@
<?php
namespace Icinga\Monitoring\Backend\Ido\Query;
namespace Icinga\Module\Monitoring\Backend\Ido\Query;
class DowntimestarthistoryQuery extends AbstractQuery
{

View File

@ -1,6 +1,6 @@
<?php
namespace Icinga\Monitoring\Backend\Ido\Query;
namespace Icinga\Module\Monitoring\Backend\Ido\Query;
class NotificationhistoryQuery extends AbstractQuery
{

View File

@ -1,6 +1,6 @@
<?php
namespace Icinga\Monitoring\Backend\Ido\Query;
namespace Icinga\Module\Monitoring\Backend\Ido\Query;
class StatehistoryQuery extends AbstractQuery
{