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 -2
View File
@@ -2,8 +2,8 @@
declare(strict_types=1);
$GLOBALS['TL_MODELS']['tl_organization'] = MummertMedia\EventManagerBundle\Model\OrganizationModel::class;
$GLOBALS['TL_MODELS']['tl_location'] = MummertMedia\EventManagerBundle\Model\LocationModel::class;
$GLOBALS['TL_MODELS']['tl_organization'] = Mummert\EventManagerBundle\Model\OrganizationModel::class;
$GLOBALS['TL_MODELS']['tl_location'] = Mummert\EventManagerBundle\Model\LocationModel::class;
$GLOBALS['BE_MOD']['content']['eventmanager_organisationen'] = [
'tables' => ['tl_organization'],