v1.0.2 #4
halilcosdu
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v1.0.2, includes the following updates:
The
ChatBotService
now has dependency injection for theClient
class. This allows the service to use theClient
instance that is registered in the Laravel service container, improving the structure and maintainability of the code.The
ChatBotServiceProvider
has been updated to bind theClient
class to the Laravel service container. This ensures that whenever theClient
class is type-hinted in theChatBotService
, 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
.This discussion was created from the release v1.0.2.
Beta Was this translation helpful? Give feedback.
All reactions