vendor/appaydin/pd-activity/PdActivityBundle.php line 16

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