We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49796a commit e1e27d5Copy full SHA for e1e27d5
Tests/Fixtures/StaticConstructorAutoconfigure.php
@@ -12,7 +12,6 @@
12
namespace Symfony\Component\DependencyInjection\Tests\Fixtures;
13
14
use Symfony\Component\DependencyInjection\Attribute\Autoconfigure;
15
-use Symfony\Component\DependencyInjection\Attribute\Factory;
16
17
#[Autoconfigure(bind: ['$foo' => 'foo'], constructor: 'create')]
18
class StaticConstructorAutoconfigure
0 commit comments