[symfony/framework-bundle] revert use of RoutingConfigurator from FrameworkBundle

This commit is contained in:
Nicolas Grekas
2020-04-25 11:58:01 +02:00
parent d312919dc5
commit 93fd75a3dd
+1 -1
View File
@@ -3,9 +3,9 @@
namespace App;
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
use Symfony\Bundle\FrameworkBundle\Routing\Loader\Configurator\RoutingConfigurator;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
class Kernel extends BaseKernel
{