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