Initial survey bundle import
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Mummert\SurveyBundle\Model;
|
||||
|
||||
use Contao\Model;
|
||||
|
||||
final class SurveyConditionModel extends Model
|
||||
{
|
||||
protected static $strTable = 'tl_survey_condition';
|
||||
}
|
||||
Reference in New Issue
Block a user