8000 Update multiple_kernels.rst · symfony/symfony-docs@aaeb899 · GitHub
[go: up one dir, main page]

Skip to content

Commit aaeb899

Browse files
authored
Update multiple_kernels.rst
1 parent a2777bb commit aaeb899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configuration/multiple_kernels.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ files so they don't collide with the files from ``src/Kernel.php``::
115115
}
116116
}
117117
118-
protected function configureRoutes(RouteCollectionBuilder $routes): void
119-
{
118+
protected function configureRoutes(RouteCollectionBuilder $routes): void
119+
{
120120
// load only the config routes strictly needed for the API
121-
}
121+
}
122122
}
123123

124124
Step 3) Define the Kernel Configuration

0 commit comments

Comments
 (0)
0