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 was archived by the owner on Oct 6, 2025. It is now read-only.
To list mails and templates, I had to set lexik_mailer.simple_pager as public.
To edit a mail, I had to set lexik_mailer.form.handler.email as public.
To edit a layout, lexik_mailer.form.handler.layout has to be public.
I admit I don't know if I had to flag them as public in Resources/config/services.xml due to something special in my code (it was written a long time ago by someone else) or if it really is due to services being private by default in Symfony 4.
To list mails and templates, I had to set
lexik_mailer.simple_pageras public.To edit a mail, I had to set
lexik_mailer.form.handler.emailas public.To edit a layout,
lexik_mailer.form.handler.layouthas to be public.I admit I don't know if I had to flag them as public in
Resources/config/services.xmldue to something special in my code (it was written a long time ago by someone else) or if it really is due to services being private by default in Symfony 4.