Initial survey bundle import

This commit is contained in:
Jürgen Mummert
2026-05-17 17:31:28 +02:00
commit b8475e3a57
84 changed files with 7157 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
namespace Mummert\SurveyBundle\Model;
use Contao\Model;
final class SurveyAnswerModel extends Model
{
protected static $strTable = 'tl_survey_answer';
}