<?php/** * This file is part of the pd-admin pd-menu package. * * @package pd-menu * @license LICENSE * @author Ramazan APAYDIN <apaydin541@gmail.com> * @link https://github.com/appaydin/pd-menu */namespace Pd\MenuBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;class PdMenuBundle extends Bundle{}