generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
private to protected in WebhookHandler #373
Comments
Hi, may I ask why do you need to override |
I got your point, will implement a way to handle unknown callback queries soon ;-) |
I can implement and send PR if my help is needed :3 |
Sure! Any help is welcome ❤️ feel free to open a PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I need to override handleCallbackQuery, but it's a private function. It's impossible to create your own handling of callbackQuery.
I think, here should be protected instead of private
The text was updated successfully, but these errors were encountered: