vendor/appaydin/pd-widget/PdWidgetBundle.php line 16

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