Skip to content

Commit 93fd75a

Browse files
[symfony/framework-bundle] revert use of RoutingConfigurator from FrameworkBundle
1 parent d312919 commit 93fd75a

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;
76
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
87
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)