src/Centralstage/DataSimulationBundle/CentralstageDataSimulationBundle.php line 9

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