You've already forked redmine-bundle
13 lines
221 B
PHP
13 lines
221 B
PHP
|
|
<?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
|
||
|
|
{
|
||
|
|
}
|