Use Mummert Media namespace and composer vendor

This commit is contained in:
Jürgen Mummert
2025-12-21 18:14:20 +01:00
parent aff120670e
commit 2727be2b05
2 changed files with 24 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
namespace MummertMedia\ContaoMeilisearchBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class ContaoMeilisearchBundle extends Bundle
{
}