Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Oct 24, 2023
1 parent ffadf34 commit 3338a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ConsoleApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected function registerCommands()

$disableDelay = $this['config']['rabbitmq']['disable_delay'] ?? false;
$exchange = $this['config']['rabbitmq']['exchange'];
$consoleApp->add(new ConsumeCommand('projectaanvraag:consumer', 'rabbit.connection','rabbit.consumer', $exchange, $disableDelay));
$consoleApp->add(new ConsumeCommand('projectaanvraag:consumer', 'rabbit.connection', 'rabbit.consumer', $exchange, $disableDelay));

// Sync culturefeed consumers with local DB
$consoleApp->add(new SyncConsumersCommand());
Expand Down

0 comments on commit 3338a14

Please sign in to comment.