src/Company/BaseBundle/CompanyBaseBundle.php
author ymh <ymh.work@gmail.com>
Wed, 28 Sep 2011 17:45:50 +0200
changeset 2 806e57d67020
permissions -rw-r--r--
Base Bundle commit

<?php

namespace Company\BaseBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class CompanyBaseBundle extends Bundle
{
}