laracasts / Commander

Easily leverage commands and domain events in your Laravel projects.
https://laracasts.com/series/commands-and-domain-events
MIT License
279 stars 68 forks source link

[Fix] The bindShare resolution accepts only Closures #40

Closed tonysm closed 10 years ago

tonysm commented 10 years ago

Hey, Jeffrey, I faced this issue: When I added the Service Provider to my providers list, it just fails saying that the bindShared accepts only a Closure as second parameter and this fixes it.