Skip to content
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

Make TelegramServiceProvider really deferrable #978

Merged
merged 1 commit into from
Jul 19, 2022

Conversation

alies-dev
Copy link
Contributor

@alies-dev alies-dev commented Jul 13, 2022

DeferrableProvider was introduced in Laravel 5.8: https://laravel.com/docs/5.8/upgrade#deferred-service-providers

Before it, it was possible to set protected $defer = true;, but this functionality was unused also.
Without it, TelegramServiceProvider::provides() is useless. (I can create a new PR for it if we don't want to bump Laravel version) [but even 5.8 is abandoned - see https://laravelversions.com/en]

DeferrableProvider was introduced in Laravel 5.8: https://laravel.com/docs/5.8/upgrade#deferred-service-providers

Before it, it was possible to set `protected $defer = true;`, but this functionality was unused also.
Without it, TelegramServiceProvider::provides() is useless.
@alies-dev alies-dev changed the title Make provider deferrable Make TelegramServiceProvider really deferrable Jul 13, 2022
@irazasyed irazasyed merged commit d03d16b into irazasyed:develop Jul 19, 2022
@alies-dev alies-dev deleted the make-provider-deferrable branch July 19, 2022 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants