<?php
/*
* This file is part of the NucleosProfileBundle package.
*
* (c) Christian Gripp <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Nucleos\ProfileBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
final class NucleosProfileBundle extends Bundle
{
}