Skip to content

Commit 3f9eed2

Browse files
authored
Update multiple_kernels.rst
Adding the two required namespaces in the code sample
1 parent 85d3de8 commit 3f9eed2

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)