Fix: set bundle path to package root for Contao resources

This commit is contained in:
2026-03-11 20:59:20 +01:00
parent cd8b7e2eae
commit 92fd33de2b

View File

@@ -8,4 +8,8 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
class DummyCopierBundle extends Bundle class DummyCopierBundle extends Bundle
{ {
public function getPath(): string
{
return \dirname(__DIR__);
}
} }