lib/StatisticBundle/StatisticBundle.php line 7

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 buildContainerBuilder $container )
  8.         {
  9.         }
  10.     }