src/Company/BaseBundle/CompanyBaseBundle.php
author ymh <ymh.work@gmail.com>
Fri, 04 Nov 2011 11:52:47 +0100
changeset 24 57ff6d39f88c
parent 2 806e57d67020
permissions -rwxr-xr-x
first full dynamic version of the bundle

<?php

namespace Company\BaseBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class CompanyBaseBundle extends Bundle
{
}