<?php //App%255CEntity%255CCustomer

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\\Table'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\Table')),
        clone ($p['Doctrine\\ORM\\Mapping\\Index'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\Index')),
        clone ($p['Doctrine\\ORM\\Mapping\\Entity'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\Entity')),
        clone ($p['JMS\\Serializer\\Annotation\\ExclusionPolicy'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('JMS\\Serializer\\Annotation\\ExclusionPolicy')),
        clone ($p['App\\Export\\Annotation\\Order'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('App\\Export\\Annotation\\Order')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'kimai2_customers',
            ],
            'indexes' => [
                [
                    $o[1],
                ],
            ],
            'columns' => [
                1 => [
                    'visible',
                ],
            ],
            'repositoryClass' => [
                2 => 'App\\Repository\\CustomerRepository',
            ],
            'policy' => [
                3 => 'ALL',
            ],
            'order' => [
                4 => [
                    'id',
                    'name',
                    'company',
                    'number',
                    'vatId',
                    'address',
                    'contact',
                    'email',
                    'phone',
                    'mobile',
                    'fax',
                    'homepage',
                    'country',
                    'currency',
                    'timezone',
                    'budget',
                    'timeBudget',
                    'budgetType',
                    'color',
                    'visible',
                    'teams',
                    'comment',
                    'billable',
                ],
            ],
        ],
    ],
    [
        $o[0],
        $o[2],
        $o[3],
        $o[4],
    ],
    []
); }];
