src/Company/BaseBundle/CompanyBaseBundle.php
author ymh <ymh.work@gmail.com>
Thu, 27 Oct 2011 05:47:14 +0200
changeset 18 c85b9d1ddf19
parent 2 806e57d67020
permissions -rwxr-xr-x
first implementation of dynamic fields

<?php

namespace Company\BaseBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class CompanyBaseBundle extends Bundle
{
}