Skip to content

Commit 2e14a11

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #767
2 parents d312919 + 93fd75a commit 2e14a11

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)