We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c828a86 commit 2e14ef0Copy full SHA for 2e14ef0
configuration/multiple_kernels.rst
@@ -119,8 +119,8 @@ resources::
119
120
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
121
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
122
- use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
123
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
+ use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
124
125
class Kernel extends BaseKernel
126
{
0 commit comments