You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
Hi @benbet, you can do a new class that extends the base class BaseManager so you can declare into services.yml the parent class with key parent and if you need to other dependencies you can put them into class with setter injection. In this mode you don't need to declare the same dependency injection of the parent class.
I do an example for you.
Hello,
I'am new with Sf...
Could you explain me how can I override the PostManager to use a custom manager like MyPostManager ?
Which argument should I put in services.yml file ?
MyPostManager:
class: %MyPostManager.class%
arguments: [? ; ? ; ?]
Thank you
Ben
The text was updated successfully, but these errors were encountered: