We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fce8d commit d42cb99Copy full SHA for d42cb99
src/LaravelDebugbar.php
@@ -1012,7 +1012,7 @@ protected function selectStorage(DebugBar $debugbar)
1012
case 'redis':
1013
$connection = $config->get('debugbar.storage.connection');
1014
$client = $this->app['redis']->connection($connection);
1015
- if (is_a($client, 'Illuminate\Redis\Connections\PredisConnection', false)) {
+ if (is_a($client, 'Illuminate\Redis\Connections\Connection', false)) {
1016
$client = $client->client();
1017
}
1018
$storage = new RedisStorage($client);
0 commit comments