Skip to content

Commit 31e9b4c

Browse files
committed
minor #19226 Add missing use statements (npotier)
This PR was submitted for the 7.0 branch but it was merged into the 5.4 branch instead. Discussion ---------- Add missing use statements Adding the two required namespaces in the code sample <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- dc5e8e7 Update multiple_kernels.rst
2 parents b82dce4 + dc5e8e7 commit 31e9b4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configuration/multiple_kernels.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ resources::
117117
// src/Kernel.php
118118
namespace Shared;
119119

120+
// ...
121+
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
122+
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
120123
// ...
121124

122125
class Kernel extends BaseKernel

0 commit comments

Comments
 (0)