Skip to content

Commit

Permalink
default to null
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 29, 2018
1 parent eea3862 commit 5923416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/Connectors/RedisConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function connect(array $config)
$this->redis, $config['queue'],
$config['connection'] ?? $this->connection,
$config['retry_after'] ?? 60,
$config['block_for'] ?? 0
$config['block_for'] ?? null
);
}
}

0 comments on commit 5923416

Please sign in to comment.