Start your All-Access Pass to unlock this challenge
What is a lazy service in Symfony?
A service that only gets instantiated when it's actually used.
A service that can only be used in the dev environment.
dev
A service that is preloaded at the start of the application.
A service that requires manual configuration.