mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
[symfony/framework-bundle] revert use of RoutingConfigurator from FrameworkBundle
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user