vendor\project-biz\puli-bundle\src\ProjectBizCitiBizBundle.php line 15

Open in your IDE?
  1. <?php
  2. namespace ProjectBiz\CitiBizBundle;
  3. use Symfony\Component\DependencyInjection\ContainerBuilder;
  4. use Symfony\Component\HttpKernel\Bundle\Bundle;
  5. /**
  6.  * Class ProjectBizCitiBizBundle
  7.  *
  8.  * The CitiBiz-Bundle contains the code for Overview, MPM and SPM-Handling.
  9.  *
  10.  * @package ProjectBiz\CitiBizBundle
  11.  */
  12. class ProjectBizCitiBizBundle extends Bundle
  13. {
  14.     /**
  15.      * @param ContainerBuilder $container
  16.      */
  17.     public function build(ContainerBuilder $container)
  18.     {
  19.     }
  20. }