Start your All-Access Pass to unlock this challenge
Where should the #[AsAlias] attribute be placed in order to alias an interface to a specific service in Symfony?
#[AsAlias]
On the class that should be used when the interface is autowired.
On the interface.
On the argument where it's required.