src/Company/BaseBundle/CompanyBaseBundle.php
author ymh <ymh.work@gmail.com>
Thu, 23 Feb 2012 23:02:07 +0100
changeset 72 e50277f02cc1
parent 2 806e57d67020
permissions -rwxr-xr-x
Completion service add the nb of doc + test

<?php

namespace Company\BaseBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class CompanyBaseBundle extends Bundle
{
}