-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Argument must implement interface Mutex, Repository given #13
Comments
jdavidbakr/multi-server-event still works with laravel/framework 5.4.16. It looks like this broke when laravel framework went to 5.4.17. Part of 5.4.16 was this breaking change: laravel/framework#18295 |
PR merged |
Did you bump the composer version after this change? It doesn't appear so? |
It should be in 1.0.9 |
Doesn't appear to to be in the 2.x release for > 5.4? |
My bad, looks like I accidentally released in the 1.x branch instead of the 2.x branch. Should be there now. |
I get this when executing "php laravel" on console. running laravel framework 5.4.19, jdavidbakr/multi-server-event version 2.0.1
Minor: There is an unmatched bracket in the example Kernel.php defineConsoleSchedule code on https://github.com/jdavidbakr/MultiServerEvent
The text was updated successfully, but these errors were encountered: