@@ -11,8 +11,8 @@ |
||
11 | 11 | * |
12 | 12 | * @author timo |
13 | 13 | */ |
14 | -use PEIP\Util\Test; |
|
15 | -use PEIP\Base\GenericBuilder; |
|
14 | +use PEIP\Util\Test; |
|
15 | +use PEIP\Base\GenericBuilder; |
|
16 | 16 | use PEIP\Context\XMLContext; |
17 | 17 | |
18 | 18 | class ServiceFactory { |
@@ -11,7 +11,7 @@ |
||
11 | 11 | * |
12 | 12 | * @author timo |
13 | 13 | */ |
14 | -use PEIP\Util\Reflection; |
|
14 | +use PEIP\Util\Reflection; |
|
15 | 15 | use PEIP\Event\EventBuilder; |
16 | 16 | |
17 | 17 | class ClassEventDispatcher extends \PEIP\Dispatcher\ObjectEventDispatcher { |
@@ -12,7 +12,6 @@ |
||
12 | 12 | * @author timo |
13 | 13 | */ |
14 | 14 | use PEIP\Context\XMLContext; |
15 | -use PEIP\Plugins\BasePlugin; |
|
16 | 15 | |
17 | 16 | class ServiceProvider extends \PEIP\Service\ServiceContainer { |
18 | 17 |