Skip to content

Commit

Permalink
remove remnant
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Sep 19, 2024
1 parent 4923906 commit 674b7a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
78 changes: 0 additions & 78 deletions config/services_test.php

This file was deleted.

6 changes: 0 additions & 6 deletions src/DependencyInjection/RekalogikaReconstitutorExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,12 @@ class RekalogikaReconstitutorExtension extends Extension
#[\Override]
public function load(array $configs, ContainerBuilder $container): void
{
// $env = $container->getParameter('kernel.environment');

$loader = new PhpFileLoader(
$container,
new FileLocator(__DIR__ . '/../../config'),
);
$loader->load('services.php');

// if ('test' === $env) {
// $loader->load('services_test.php');
// }

$container
->registerForAutoconfiguration(ReconstitutorResolverInterface::class)
->addTag('rekalogika.reconstitutor.resolver');
Expand Down

0 comments on commit 674b7a9

Please sign in to comment.