Skip to content

Commit

Permalink
r 5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dusterio committed Jan 29, 2017
1 parent fabf289 commit ff71ef4
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\.3.*' => Laravel53Worker::class
'5\.[34].*' => Laravel53Worker::class
];

/**
Expand Down

0 comments on commit ff71ef4

Please sign in to comment.