[FrameworkBundle] Added the new RoutingConfigurator

This commit is contained in:
Jules Pietri
2020-02-11 00:59:47 +01:00
parent 0de9f01fe1
commit d80a799ad7
+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
{