Completed
Push — master ( 3c84e0...8482f5 )
by max
02:01
created
src/Service/Migration.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
3 3
 namespace T4web\Migrations\Service;
4 4
 
5 5
 use Zend\Db\Adapter\Exception\InvalidQueryException;
6
-use Zend\Db\Sql\Ddl;
7 6
 use Zend\ServiceManager\ServiceLocatorInterface;
8 7
 use Zend\Console\Adapter\Posix as Console;
9 8
 use T4web\Migrations\Migration\AbstractMigration;
10
-use T4web\Migrations\Config;
11 9
 use T4web\Migrations\MigrationVersion\Table;
12 10
 
13 11
 /**
Please login to merge, or discard this patch.