Skip to content

Commit e1e27d5

Browse files
committed
Remove unused and non-existent Factory attribute use
1 parent c49796a commit e1e27d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Fixtures/StaticConstructorAutoconfigure.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\DependencyInjection\Tests\Fixtures;
1313

1414
use Symfony\Component\DependencyInjection\Attribute\Autoconfigure;
15-
use Symfony\Component\DependencyInjection\Attribute\Factory;
1615

1716
#[Autoconfigure(bind: ['$foo' => 'foo'], constructor: 'create')]
1817
class StaticConstructorAutoconfigure

0 commit comments

Comments
 (0)