Remg/GeneratorBundle

View on GitHub
RemgGeneratorBundle.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * This file is part of the RemgGeneratorBundle package.
 *
 * (c) Rémi Gardien <remi@gardien.biz>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Remg\GeneratorBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
 * The RemgGeneratorBundle.
 *
 * @author Rémi Gardien <remi@gardien.biz>
 */
class RemgGeneratorBundle extends Bundle
{
}