Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
remove unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lowtower committed Aug 7, 2018
1 parent 003a238 commit becebb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/TableGateway/AbstractTableGateway.php
Expand Up @@ -10,8 +10,6 @@
namespace Zend\Db\TableGateway;

use Zend\Db\Adapter\AdapterInterface;
use Zend\Db\ResultSet\AbstractResultSet;
use Zend\Db\ResultSet\ResultSet;
use Zend\Db\ResultSet\ResultSetInterface;
use Zend\Db\Sql\Delete;
use Zend\Db\Sql\Insert;
Expand Down

0 comments on commit becebb1

Please sign in to comment.