src/Centralstage/DcastBundle/CentralstageDcastBundle.php line 9

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