Fix bundle path resolution so tl_pinnwand schema is detected

This commit is contained in:
Jürgen Mummert
2026-03-04 16:29:26 +01:00
parent 5c1fda002c
commit eb842e811c

View File

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