Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed May 16, 2024
1 parent f80591f commit e7c67fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ public static function getWebhookUrl(string $name): string
public static function getConnection(): string
{
$connection = config("discord-alerts.queue_connection");

if(is_null($connection)) {
$connection = config("queue.default");
}

return $connection;
}
}

0 comments on commit e7c67fc

Please sign in to comment.