vendor/appaydin/pd-user/PdUserBundle.php line 16

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