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.
2 parents d312919 + 93fd75a commit 2e14a11Copy full SHA for 2e14a11
symfony/framework-bundle/5.1/src/Kernel.php
@@ -3,9 +3,9 @@
3
namespace App;
4
5
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
6
-use Symfony\Bundle\FrameworkBundle\Routing\Loader\Configurator\RoutingConfigurator;
7
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
8
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
+use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
9
10
class Kernel extends BaseKernel
11
{
0 commit comments