8000 fix merge · symfony/symfony@4f0375d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f0375d

Browse files
fix merge
1 parent e94506b commit 4f0375d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services_autoconfigure_with_parent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
44

55
return function (ContainerConfigurator $c) {
6-
$c->services()
6+
$c->services()->defaults()->public()
77
->set('parent_service', \stdClass::class)
88
->set('child_service')->parent('parent_service')->autoconfigure(true);
99
};

0 commit comments

Comments
 (0)
0