From dc5e8e77efd74997cc1bfc5ff794cafa5d3f7052 Mon Sep 17 00:00:00 2001 From: Nicolas Potier Date: Wed, 6 Dec 2023 15:45:52 +0100 Subject: [PATCH] Update multiple_kernels.rst Adding the two required namespaces in the code sample --- configuration/multiple_kernels.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration/multiple_kernels.rst b/configuration/multiple_kernels.rst index 5121aed9bb3..e73c7e4ebef 100644 --- a/configuration/multiple_kernels.rst +++ b/configuration/multiple_kernels.rst @@ -117,6 +117,9 @@ resources:: // src/Kernel.php namespace Shared; + // ... + use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; + use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator; // ... class Kernel extends BaseKernel