<?php/** * This file is part of the pd-admin pd-api package. * * @package pd-api * @license LICENSE * @author Ramazan APAYDIN <apaydin541@gmail.com> * @link https://github.com/appaydin/pd-api */namespace Pd\ApiBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;class PdApiBundle extends Bundle{ public const ZONE_ATTRIBUTE = '_pd_api_zone';}