Skip to content

Commit 34ff29c

Browse files
committed
wip
1 parent afd9423 commit 34ff29c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/DependencyInjection/ContainerFactory.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,11 @@
88

99
final class ContainerFactory
1010
{
11-
/**
12-
* @api used in bin and tests
13-
*/
1411
public function create(): Container
1512
{
1613
$container = new Container();
17-
1814
$container->autodiscover(__DIR__ . '/../../src');
1915

20-
// $container->service(CommandRegistry::class, function (Container $container): CommandRegistry {
21-
// $commands = $container->findByContract(CommandInterface::class);
22-
// return new CommandRegistry($commands);
23-
// });
24-
2516
return $container;
2617
}
2718
}

0 commit comments

Comments
 (0)