fix merge

This commit is contained in:
Nicolas Grekas 2020-04-21 23:38:17 +02:00
parent 670e601d19
commit 5105062e7a

View File

@ -13,6 +13,7 @@ namespace Symfony\Component\Routing\Loader\Configurator\Traits;
use Symfony\Component\Routing\Route;
use Symfony\Component\Routing\RouteCollection;
use Symfony\Component\Routing\RouteCompiler;
/**
* @internal