feat: add Contao 5.7 event import bundle

This commit is contained in:
Jürgen Mummert
2026-03-01 22:17:53 +01:00
commit 88af59e9a0
7 changed files with 467 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
declare(strict_types=1);
namespace Eiswurm\NossenerlandImportBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class NossenerlandImportBundle extends Bundle
{
public function getPath(): string
{
return dirname(__DIR__);
}
}