Skip to content

v1.0.2

Compare
Choose a tag to compare
@halilcosdu halilcosdu released this 22 Apr 15:53
· 48 commits to main since this release

v1.0.2, includes the following updates:

  • The ChatBotService now has dependency injection for the Client class. This allows the service to use the Client instance that is registered in the Laravel service container, improving the structure and maintainability of the code.

  • The ChatBotServiceProvider has been updated to bind the Client class to the Laravel service container. This ensures that whenever the Client class is type-hinted in the ChatBotService, Laravel's service container will automatically inject the instance that was registered in the service provider.

These changes improve the overall structure of the code and make it easier to manage dependencies within the ChatBotService.