Open mfb opened 6 years ago
In Symfony 3.4, services are private by default.
This results in warnings such as:
Fetching the "client" private service or alias is deprecated since Symfony 3.4 and will fail in 4.0. Make it public instead.
Fetching the "key_manager" private service or alias is deprecated since Symfony 3.4 and will fail in 4.0. Make it public instead.
In Symfony 3.4, services are private by default.
This results in warnings such as:
Fetching the "client" private service or alias is deprecated since Symfony 3.4 and will fail in 4.0. Make it public instead.
Fetching the "key_manager" private service or alias is deprecated since Symfony 3.4 and will fail in 4.0. Make it public instead.