You've already forked redmine-bundle
Initial commit
This commit is contained in:
12
src/MagdevRedmineBundle.php
Normal file
12
src/MagdevRedmineBundle.php
Normal 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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user