<?php
namespace Knp\Bundle\PiwikBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/*
* This file is part of the PiwikBundle.
* (c) 2011 Knp Labs <http://www.knplabs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class KnpPiwikBundle extends Bundle
{
}