src/Company/UserBundle/CompanyUserBundle.php
author ymh <ymh.work@gmail.com>
Fri, 09 Dec 2011 02:27:20 +0100
changeset 55 cf55bdbe721f
parent 3 e54dfe4d0b2b
permissions -rwxr-xr-x
Remove unnecessary try/catch

<?php

namespace Company\UserBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class CompanyUserBundle extends Bundle
{
}