Skip to content

Commit

Permalink
change config back to email
Browse files Browse the repository at this point in the history
  • Loading branch information
iampersistent committed Jun 3, 2023
1 parent 2d77745 commit 3fee927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private function getMessengerConfig(): array
private function getMessengerTransports(): array
{
$transportDNS = getenv('COMMUNICATION_MESSENGER_TRANSPORT_DSN') ?
getenv('COMMUNICATION_MESSENGER_TRANSPORT_DSN') : 'doctrine://dbal-default?queue_name=communication';
getenv('COMMUNICATION_MESSENGER_TRANSPORT_DSN') : 'doctrine://dbal-default?queue_name=email';

return [
'communication.bus.transport.email' => [
Expand Down

0 comments on commit 3fee927

Please sign in to comment.