@@ -22,7 +22,6 @@ |
||
22 | 22 | |
23 | 23 | use TechDivision\Import\Loaders\LoaderInterface; |
24 | 24 | use TechDivision\Import\Subjects\SubjectInterface; |
25 | -use TechDivision\Import\Services\RegistryProcessorInterface; |
|
26 | 25 | |
27 | 26 | /** |
28 | 27 | * Abstract callback implementation the validate the value for an specific attribute. |
@@ -23,9 +23,7 @@ |
||
23 | 23 | use League\Event\EventInterface; |
24 | 24 | use League\Event\AbstractListener; |
25 | 25 | use TechDivision\Import\Utils\RegistryKeys; |
26 | -use TechDivision\Import\ApplicationInterface; |
|
27 | 26 | use TechDivision\Import\Services\RegistryProcessorInterface; |
28 | -use TechDivision\Import\Subjects\SubjectInterface; |
|
29 | 27 | use TechDivision\Import\Plugins\PluginInterface; |
30 | 28 | |
31 | 29 | /** |
@@ -20,7 +20,6 @@ |
||
20 | 20 | |
21 | 21 | namespace TechDivision\Import\Observers; |
22 | 22 | |
23 | -use TechDivision\Import\Utils\RegistryKeys; |
|
24 | 23 | use TechDivision\Import\Subjects\SubjectInterface; |
25 | 24 | use TechDivision\Import\Services\RegistryProcessorInterface; |
26 | 25 |