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 <?php
namespace Icinga\Monitoring\Backend\Ido\Query; namespace Icinga\Module\Monitoring\Backend\Ido\Query;
use Zend_Db_Select; use Zend_Db_Select;

View File

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

View File

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

View File

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

View File

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

View File

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