Skip to content

Commit

Permalink
[FrameworkBundle] Added the new RoutingConfigurator
Browse files Browse the repository at this point in the history
  • Loading branch information
HeahDude committed Feb 10, 2020
1 parent 0de9f01 commit d80a799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symfony/framework-bundle/5.1/src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit d80a799

Please sign in to comment.