Initial commit

This commit is contained in:
2017-10-26 14:28:33 +02:00
commit 2ab3df4ba8
8 changed files with 183 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
namespace NoccyLabs\Bundle\GdLabelBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class NoccyLabsGdLabelBundle extends Bundle
{
}