<?php
declare(strict_types=1);
/*
* This file is part of contao-weinanlieferung-bundle.
*
* (c) vonRotenberg
*
* @license commercial
*/
namespace vonRotenberg\WeinanlieferungBundle\Model;
use Contao\Model;
class WeinanlieferungLeseartModel extends Model
{
/**
* Table name
* @var string
*/
protected static $strTable = 'tl_vr_wa_leseart';
}