Skip to content

Commit

Permalink
refactor: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbrault committed Apr 25, 2024
1 parent cbe8d73 commit f3fe034
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DependencyInjection/InstructriceExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ protected function loadInternal(array $mergedConfig, ContainerBuilder $container

$definition = $container->register(Instructrice::class);
$definition->setFactory(InstructriceFactory::class . '::create');

$definition->setArguments([
'$apiKeys' => $apiKeys,
'$llmFactory' => new Reference(LLMFactory::class),
'$serializer' => new Reference('serializer'),
'$propertyInfo' => new Reference('property_info'),
Expand Down

0 comments on commit f3fe034

Please sign in to comment.