Skip to content

Commit d80a799

Browse files
committed
[FrameworkBundle] Added the new RoutingConfigurator
1 parent 0de9f01 commit d80a799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/5.1/src/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
namespace App;
44

55
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
6+
use Symfony\Bundle\FrameworkBundle\Routing\Loader\Configurator\RoutingConfigurator;
67
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
78
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
8-
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
99

1010
class Kernel extends BaseKernel
1111
{

0 commit comments

Comments
 (0)