lib/StatisticBundle/StatisticBundle.php line 8

Open in your IDE?
  1. <?php
  2. namespace EchoNumeric\StatisticBundle;
  3. use Symfony\Component\DependencyInjection\ContainerBuilder;
  4. use Symfony\Component\HttpKernel\Bundle\Bundle;
  5. class StatisticBundle extends Bundle
  6. {
  7. public function build( ContainerBuilder $container )
  8. {
  9. }
  10. }