Skip to content

Commit

Permalink
[Db] fixed use of two undefined classes/interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-mabe committed Jan 22, 2013
1 parent f5e47e7 commit 4930be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/Zend/Db/Adapter/Driver/IbmDb2/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
namespace Zend\Db\Adapter\Driver\IbmDb2;

use Zend\Db\Adapter\Driver\ResultInterface;
use Zend\Db\Adapter\Exception;

class Result implements ResultInterface
{
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Db/Sql/Platform/Oracle/SelectDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use Zend\Db\Adapter\StatementContainerInterface;
use Zend\Db\Adapter\ParameterContainer;
use Zend\Db\Adapter\Platform\PlatformInterface;
use Zend\Db\Sql\ExpressionInterface;
use Zend\Db\Sql\Platform\PlatformDecoratorInterface;
use Zend\Db\Sql\Select;

Expand Down

0 comments on commit 4930be3

Please sign in to comment.