src/Centralstage/DatacollectionsBundle/CentralstageDatacollectionsBundle.php line 9

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