vendor/appaydin/pd-api/PdApiBundle.php line 16

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