<?php
namespace EchoNumeric\StatisticBundle;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class StatisticBundle extends Bundle
{
public function build( ContainerBuilder $container )
{
}
}