Fix service loading and model compatibility for Contao 5.7
This commit is contained in:
@@ -8,5 +8,5 @@ use Contao\Model;
|
||||
|
||||
final class PinboardModel extends Model
|
||||
{
|
||||
protected static string $strTable = 'tl_pinnwand';
|
||||
protected static $strTable = 'tl_pinnwand';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user