Skip to content

Commit

Permalink
Merge pull request #740
Browse files Browse the repository at this point in the history
  • Loading branch information
symfony-flex-server[bot] committed Feb 11, 2020
2 parents 00694e7 + d80a799 commit bca4bad
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 bca4bad

Please sign in to comment.