Skip to content

Commit

Permalink
r Version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dusterio committed Feb 12, 2018
1 parent d946ac0 commit 0cbfb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Integrations/LaravelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class LaravelServiceProvider extends ServiceProvider
'worker' => Worker53::class,
'listener' => Listener53::class
],
'5\.4\.\d+|5\.5\.\d+' => [
'5\.[456]\.\d+' => [
'worker' => Worker54::class,
'listener' => Listener54::class
]
Expand Down

0 comments on commit 0cbfb9a

Please sign in to comment.