vendor/appaydin/pd-menu/PdMenuBundle.php line 16

Open in your IDE?
  1. <?php
  2. /**
  3.  * This file is part of the pd-admin pd-menu package.
  4.  *
  5.  * @package     pd-menu
  6.  * @license     LICENSE
  7.  * @author      Ramazan APAYDIN <apaydin541@gmail.com>
  8.  * @link        https://github.com/appaydin/pd-menu
  9.  */
  10. namespace Pd\MenuBundle;
  11. use Symfony\Component\HttpKernel\Bundle\Bundle;
  12. class PdMenuBundle extends Bundle
  13. {
  14. }