-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
DependencyInjectionStatus: Needs ReviewbughasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.
Milestone
Description
As of Symfony 3.3 when using factory-service without specifying a class
attribute, this warning will be displayed:
PHP Deprecated: Relying on its factory's return-type to define the class of service "app.factory.translator" is deprecated since Symfony 3.3 and won't work in 4.0. Set the "class" attribute to ... on the service definition instead
It is necessary to supplement the information on this page, that it is necessary to specify the class
attribute with the name of the class that the factory creates.
Metadata
Metadata
Assignees
Labels
DependencyInjectionStatus: Needs ReviewbughasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.