Skip to content

Commit 2cd9cfa

Browse files
committed
minor #19721 [HttpKernel] Update micro_kernel_trait.rst (featuriz)
This PR was submitted for the 7.0 branch but it was merged into the 6.4 branch instead. Discussion ---------- [HttpKernel] Update micro_kernel_trait.rst ContainerBuilder class is missing in src/Kernel.php `use Symfony\Component\DependencyInjection\ContainerBuilder;` Commits ------- be86770 Update micro_kernel_trait.rst
2 parents 1a389bb + be86770 commit 2cd9cfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configuration/micro_kernel_trait.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ Now it looks like this::
230230

231231
use App\DependencyInjection\AppExtension;
232232
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
233+
use Symfony\Component\DependencyInjection\ContainerBuilder;
233234
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
234235
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
235236
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;

0 commit comments

Comments
 (0)