setLoadAfter([ContaoCoreBundle::class]), ]; } /** * {@inheritdoc} */ public function getRouteCollection(LoaderResolverInterface $resolver, KernelInterface $kernel) { $path = __DIR__.'/../../config/routing.yml'; return $resolver->resolve($path)->load($path); } }