@@ -15,7 +15,6 @@ |
||
15 | 15 | use Lechimp\Dicto\Indexer\Insert; |
16 | 16 | use Doctrine\DBAL\Connection; |
17 | 17 | use Doctrine\DBAL\Schema; |
18 | -use Doctrine\DBAL\Types\Type; |
|
19 | 18 | use Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer; |
20 | 19 | |
21 | 20 | class DB implements Insert, Query { |
@@ -11,13 +11,11 @@ |
||
11 | 11 | namespace Lechimp\Dicto\App; |
12 | 12 | |
13 | 13 | use Lechimp\Dicto\Indexer as I; |
14 | - |
|
15 | 14 | use League\Flysystem\Adapter\Local; |
16 | 15 | use League\Flysystem\Filesystem; |
17 | 16 | use Lechimp\Flightcontrol\Flightcontrol; |
18 | 17 | use Lechimp\Flightcontrol\File; |
19 | 18 | use Lechimp\Flightcontrol\FSObject; |
20 | -use Doctrine\DBAL\DriverManager; |
|
21 | 19 | |
22 | 20 | /** |
23 | 21 | * The Engine of the App drives the analysis process. |