wow-apps/symfony-proxybonanza

View on GitHub
WowAppsProxybonanzaBundle.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * This file is part of the wow-apps/symfony-proxybonanza project
 * https://github.com/wow-apps/symfony-proxybonanza
 *
 * (c) 2016 WoW-Apps
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace WowApps\ProxybonanzaBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
 * Class WowAppsProxybonanzaBundle
 * @author Alexey Samara <lion.samara@gmail.com>
 * @package wow-apps/symfony-proxybonanza
 */
class WowAppsProxybonanzaBundle extends Bundle
{
}