Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

tandev/ecotone-attribute-resolving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The following issue occurs on warmup

Uncaught Error: Attribute "Symfony\Component\DependencyInjection\Attribute\AutowireLocator" cannot target property (allowed targets: parameter)

This attribute(Symfony\Component\DependencyInjection\Attribute\AutowireLocator) for example is allowed by symfony to be used for properties in a CPP definition

 public function __construct(
        #[AutowireLocator(FooLocatedService::class)]
        private ContainerInterface $foos,
    ) {
    }

So i think this should be allowed by ecotone too

About

ecotone attribute resolving possible bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages