Clean namespace to Mummert\EventManagerBundle

This commit is contained in:
Jürgen Mummert
2026-03-08 18:01:50 +01:00
parent b28c19cb46
commit 6186a0d8bd
25 changed files with 38 additions and 73 deletions
@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace MummertMedia\EventManagerBundle\Controller\Frontend;
namespace Mummert\EventManagerBundle\Controller\Frontend;
use Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController;
use Contao\CoreBundle\DependencyInjection\Attribute\AsFrontendModule;
@@ -13,8 +13,8 @@ use Contao\FrontendUser;
use Contao\ModuleModel;
use Contao\PageModel;
use Contao\StringUtil;
use MummertMedia\EventManagerBundle\Form\OrganizationType;
use MummertMedia\EventManagerBundle\Service\OrganizationRepository;
use Mummert\EventManagerBundle\Form\OrganizationType;
use Mummert\EventManagerBundle\Service\OrganizationRepository;
use Symfony\Component\HttpFoundation\File\UploadedFile;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpFoundation\Request;