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 31e9b4c

Browse filesBrowse 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
Copy full SHA for 31e9b4c

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.