feat: add Contao 5.7 pinboard bundle
This commit is contained in:
12
src/Model/PinboardModel.php
Normal file
12
src/Model/PinboardModel.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Eiswurm\ContaoPinboardBundle\Model;
|
||||
|
||||
use Contao\Model;
|
||||
|
||||
final class PinboardModel extends Model
|
||||
{
|
||||
protected static string $strTable = 'tl_pinnwand';
|
||||
}
|
||||
Reference in New Issue
Block a user