src/Company/BaseBundle/CompanyBaseBundle.php
author ymh <ymh.work@gmail.com>
Thu, 06 Oct 2011 10:22:59 +0200
changeset 8 062b0cefef7e
parent 2 806e57d67020
permissions -rw-r--r--
finish installation of the new bundle

<?php

namespace Company\BaseBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class CompanyBaseBundle extends Bundle
{
}