Skip to content

Commit 170ded8

Browse files
authored
Merge pull request #28 from acavanagh/laravel-5.8-update
Update to work with laravel 5.8
2 parents 94ea199 + f77c468 commit 170ded8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sqs/Queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function pop($queue = null)
7272

7373
$response = $this->modifyPayload($response['Messages'][0], $class);
7474

75-
if (preg_match('/5\.[4-7]\..*/', $this->container->version())) {
75+
if (preg_match('/5\.[4-8]\..*/', $this->container->version())) {
7676
return new SqsJob($this->container, $this->sqs, $response, $this->connectionName, $queue);
7777
}
7878

0 commit comments

Comments
 (0)