From be86770f22c5c6d802163cc6777930df45874069 Mon Sep 17 00:00:00 2001 From: Sudhakar Krishnan Date: Thu, 28 Mar 2024 11:08:51 +0530 Subject: [PATCH] Update micro_kernel_trait.rst --- configuration/micro_kernel_trait.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/micro_kernel_trait.rst b/configuration/micro_kernel_trait.rst index 4b538f1b6e4..280255a4064 100644 --- a/configuration/micro_kernel_trait.rst +++ b/configuration/micro_kernel_trait.rst @@ -230,6 +230,7 @@ Now it looks like this:: use App\DependencyInjection\AppExtension; use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait; + use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; use Symfony\Component\HttpKernel\Kernel as BaseKernel; use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;