zibios/wrike-bundle

View on GitHub
ZibiosWrikeBundle.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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
{
}