This repository has been archived on 2024-01-26. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
calcifer/src/Hackspace/Bundle/CalciferBundle/CalciferBundle.php
Tim Schumacher 741e1c403a init
2014-06-26 22:00:27 +02:00

9 lines
140 B
PHP

<?php
namespace Hackspace\Bundle\CalciferBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class CalciferBundle extends Bundle
{
}