Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Apr 24, 2024
1 parent 998e597 commit 13710ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Servers/Reverb/Publishing/RedisPubSubProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected function redisUrl(): string
{
$config = empty($this->server) ? Config::get('database.redis.default') : $this->server;

$parsed = (new ConfigurationUrlParser())->parseConfiguration($config);
$parsed = (new ConfigurationUrlParser)->parseConfiguration($config);

$driver = strtolower($parsed['driver'] ?? '');

Expand Down

0 comments on commit 13710ec

Please sign in to comment.