Skip to content
Snippets Groups Projects
Commit 7f5aaa31 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

fix another deprecation

parent a4812bb7
No related branches found
No related tags found
No related merge requests found
Pipeline #252398 passed
......@@ -16,7 +16,7 @@ use Symfony\Bundle\TwigBundle\TwigBundle;
use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
use Symfony\Component\Routing\RouteCollectionBuilder;
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
class Kernel extends BaseKernel
{
......@@ -34,7 +34,7 @@ class Kernel extends BaseKernel
yield new DbpRelayCoreBundle();
}
protected function configureRoutes(RouteCollectionBuilder $routes)
protected function configureRoutes(RoutingConfigurator $routes)
{
$routes->import('@DbpRelayCoreBundle/Resources/config/routing.yaml');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment