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