Skip to content

Commit

Permalink
remove kernel.root_dir parameter (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
garak authored Sep 23, 2024
1 parent c1dc87e commit 0f5060b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class ParallelContainerDefinition
public function configure(ContainerBuilder $container): ContainerBuilder
{
$container->setParameter('paraunit.max_retry_count', 3);
$container->setParameter('kernel.root_dir', 'src');

foreach ($this->getAutowirableClasses() as $class) {
$container->autowire($class);
Expand Down

0 comments on commit 0f5060b

Please sign in to comment.