ZibiosWrikeBundle.php
<?php
/*
* This file is part of the zibios/wrike-bundle package.
*
* (c) Zbigniew Ślązak
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Zibios\Bundle\WrikeBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Bundle.
*/
class ZibiosWrikeBundle extends Bundle
{
}