diff --git a/src/ContaoManager/Plugin.php b/src/ContaoManager/Plugin.php index 031c3fe..b65bcd7 100644 --- a/src/ContaoManager/Plugin.php +++ b/src/ContaoManager/Plugin.php @@ -29,8 +29,8 @@ public function getBundles(ParserInterface $parser): array public function getRouteCollection(LoaderResolverInterface $resolver, KernelInterface $kernel): ?RouteCollection { return $resolver - ->resolve(__DIR__ . '/../config/routes.yaml') - ->load(__DIR__ . '/../config/routes.yaml') + ->resolve(__DIR__ . '/../../config/routes.yaml') + ->load(__DIR__ . '/../../config/routes.yaml') ; } }