<?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 WeinanlieferungUnitModel extends Model
{
protected static $strTable = 'tl_vr_wa_unit';
}