Skip to content

Commit

Permalink
F/processor definition helper (#50)
Browse files Browse the repository at this point in the history
* processor definition helper implemented

* namespace fix
  • Loading branch information
kuba9392 committed Jun 25, 2018
1 parent 7b0f934 commit c12c787
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/SAREhub/Client/Processor/ProcessorDefinitionHelper.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
<?php
namespace SAREhub\Client\Processor;

use DI\Definition\Helper\CreateDefinitionHelper;
use SAREhub\Client\Processor\HeaderAppenderProcessor;
use SAREhub\Client\Processor\LogProcessor;
use SAREhub\Client\Processor\MarshalProcessor;
use SAREhub\Client\Processor\MulticastProcessor;
use SAREhub\Client\Processor\NullProcessor;
use SAREhub\Client\Processor\Pipeline;
use SAREhub\Client\Processor\Router;
use SAREhub\Client\Processor\SimpleFilterProcessor;
use SAREhub\Client\Processor\TransformProcessor;
use SAREhub\Client\Processor\UnmarshalProcessor;
use function DI\create;

class ProcessorDefinitionHelper
Expand Down

0 comments on commit c12c787

Please sign in to comment.