src/Centralstage/RejectionBundle/CentralstageRejectionBundle.php line 9

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