Fix service loading and model compatibility for Contao 5.7

This commit is contained in:
Jürgen Mummert
2026-03-04 16:17:41 +01:00
parent 4a183ca344
commit 5c1fda002c
2 changed files with 20 additions and 1 deletions

View File

@@ -8,5 +8,5 @@ use Contao\Model;
final class PinboardModel extends Model
{
protected static string $strTable = 'tl_pinnwand';
protected static $strTable = 'tl_pinnwand';
}