Start your All-Access Pass to unlock this challenge
What does the Symfony's #[Autoconfigure] PHP attribute do?
#[Autoconfigure]
It disables dependency injection for the class.
It allows you to apply certain configurations to your services leveraging PHP attributes.
It automatically configures your PHP environment and improves the performance of your Symfony app
It automatically registers a service without requiring a service definition.