<?php
declare(strict_types=1);
/**
* IndexControllerTest Class File.
* This file is part of the payment.local Project.
*
* PHP version 5
*
* @category Application
* @package Bdm\OAuth2Bundle\Tests\Controller
* @author Alexandr Bakurin <abakurin@bdmultimedia.fr>
* @link https://www.payment.net/
*
* FEATURES :
* ==========
* The main bundle class
*
* TODO-LIST :
* ===========
*
* HISTORY :
* =========
* 20150319-Alexandr Bakurin: Creation of this file
*/
namespace Bdm\OAuth2Bundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Bundle class
*/
class BdmOAuth2Bundle extends Bundle
{
}