1 Commits

Author SHA1 Message Date
Jürgen Mummert
ca7f7d759b Fix bundle path resolution so tl_pinnwand schema is detected 2026-03-04 16:29:26 +01:00

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__);
}
} }