FriendsOfSymfony / FOSOAuthServerBundle

A server side OAuth2 Bundle for Symfony
1.09k stars 451 forks source link

Added default names in the commands for lazy loading #668

Closed 22h closed 3 years ago

22h commented 3 years ago

We are using the OAuth server bundle in a large application and we have noticed that the commands are always loaded when called from the console. So we would be happy if the change is accepted.

See documentation for lazy loading: https://symfony.com/doc/current/console/commands_as_services.html#lazy-loading There are no negative effects.

22h commented 3 years ago

Thanks and done

deguif commented 3 years ago

Thanks @magnusreiss