first commit

This commit is contained in:
Tim
2019-05-23 17:04:48 +02:00
committed by Tim van Veenendaal
commit 301862589b
8 changed files with 266 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
namespace App\Ardent\ParameterBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class ArdentParameterBundle extends Bundle
{
}