<?php //%255BApp%255CEntity%255CItsApplication%255D%255B1%255D

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Mapping\\Entity'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\Entity')),
        clone ($p['ApiPlatform\\Core\\Annotation\\ApiResource'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Annotation\\ApiResource')),
    ],
    null,
    [
        'stdClass' => [
            'repositoryClass' => [
                'App\\Repository\\ItsApplicationRepository',
            ],
            'collectionOperations' => [
                1 => [
                    'get',
                    'post' => [
                        'security' => 'is_granted(\'ROLE_USER\')',
                    ],
                ],
            ],
            'iri' => [
                1 => 'http://schema.org/PaymentService',
            ],
            'itemOperations' => [
                1 => [
                    'get',
                    'put' => [
                        'security' => 'is_granted(\'ROLE_ADMIN\') or object.createdBy == user',
                    ],
                    'delete' => [
                        'security' => 'is_granted(\'ROLE_ADMIN\') or object.createdBy == user',
                    ],
                ],
            ],
            'attributes' => [
                1 => [
                    'security' => 'is_granted(\'ROLE_USER\')',
                ],
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
    ],
    []
); }];
