Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dc5e8e7

Browse filesBrowse files
npotierOskarStark
authored andcommitted
Update multiple_kernels.rst
Adding the two required namespaces in the code sample
1 parent b82dce4 commit dc5e8e7
Copy full SHA for dc5e8e7

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎configuration/multiple_kernels.rst

Copy file name to clipboardExpand all lines: configuration/multiple_kernels.rst
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.