Dependency injection enhancements for Laravel
You can now typehint for a Maknz\Slack\Client
in the constructor of classes created via Laravel's IoC container, rather than being forced to use the Slack
facade. Thanks @tzookb for the addition.
You can now typehint for a Maknz\Slack\Client
in the constructor of classes created via Laravel's IoC container, rather than being forced to use the Slack
facade. Thanks @tzookb for the addition.