src/Centralstage/UtilityBundle/CentralstageUtilityBundle.php line 9

Open in your IDE?
  1. <?php
  2. namespace App\Centralstage\UtilityBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * @Annotation\Dir("Controller")
  6.  */
  7. class CentralstageUtilityBundle extends Bundle 
  8. }