Skip to content

Commit

Permalink
Merge pull request #30 from organiseio/L5.6
Browse files Browse the repository at this point in the history
Laravel 5.6 support
  • Loading branch information
dusterio authored Feb 9, 2018
2 parents 489fe76 + 8c81cc4 commit 50186f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Integrations/BindsWorker.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ trait BindsWorker
* @var array
*/
protected $workerImplementations = [
'5\.[345].*' => Laravel53Worker::class
'5\.[3456].*' => Laravel53Worker::class
];

/**
Expand Down

0 comments on commit 50186f0

Please sign in to comment.