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
+15
View File
@@ -0,0 +1,15 @@
<?php
declare(strict_types=1);
namespace Mummert\SurveyBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class SurveyBundle extends Bundle
{
public function getPath(): string
{
return dirname(__DIR__);
}
}