Initial commit

This commit is contained in:
2023-04-25 15:00:03 +02:00
commit 1b28f3d45a
11 changed files with 272 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php declare(strict_types=1);
namespace Magdev\RedmineBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* @author Marco Grätsch <magdev3.0@gmail.com>
*/
final class MagdevRedmineBundle extends Bundle
{
}