Skip to content

Commit 5923416

Browse files
committed
default to null
1 parent eea3862 commit 5923416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/Connectors/RedisConnector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function connect(array $config)
4646
$this->redis, $config['queue'],
4747
$config['connection'] ?? $this->connection,
4848
$config['retry_after'] ?? 60,
49-
$config['block_for'] ?? 0
49+
$config['block_for'] ?? null
5050
);
5151
}
5252
}

0 commit comments

Comments
 (0)