Skip to content

Commit

Permalink
Merge pull request zendframework#3524 from marc-mabe/hotfix/db_useOfU…
Browse files Browse the repository at this point in the history
…ndefinedClasses

[2.1][Db] added two missing use statements
  • Loading branch information
Maks3w committed Jan 23, 2013
2 parents f5e47e7 + 4930be3 commit c51d3ca
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 c51d3ca

Please sign in to comment.