vendor/mesolaries/smart-api-bundle/MesolariesSmartApiBundle.php line 20

Open in your IDE?
  1. <?php
  2. /*
  3.  * This file is part of the mesolaries/SmartApiBundle package.
  4.  *
  5.  * For the full copyright and license information, please view the LICENSE
  6.  * file that was distributed with this source code.
  7.  *
  8.  * @copyright Copyright (c) Emil Manafov <mnf.emil@gmail.com>
  9.  * @license http://opensource.org/licenses/MIT MIT
  10.  */
  11. namespace Mesolaries\SmartApiBundle;
  12. use Symfony\Component\HttpKernel\Bundle\Bundle;
  13. /**
  14.  * @author Emil Manafov <mnf.emil@gmail.com>
  15.  */
  16. class MesolariesSmartApiBundle extends Bundle
  17. {
  18. }