Skip to content

Commit

Permalink
updating constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jul 7, 2022
1 parent 3ebf20a commit ca52082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/ConnectorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ public function __construct(
Models\States\ConnectorPropertiesManager $connectorPropertiesStateManager,
DataStorage\Reader $reader,
DateTimeFactory\DateTimeFactory $dateTimeFactory,
?PsrEventDispatcher\EventDispatcherInterface $dispatcher,
Localization\Translator $translator,
EventLoop\LoopInterface $eventLoop,
?PsrEventDispatcher\EventDispatcherInterface $dispatcher,
?Log\LoggerInterface $logger = null,
?string $name = null
) {
Expand Down

0 comments on commit ca52082

Please sign in to comment.