<?php //692c1f4e592fee2e95042fb6ee615cf7

return [PHP_INT_MAX, new class() implements \Symfony\Component\Cache\Traits\CachedValueInterface { public function getValue(): mixed { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Query\\ParserResult'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ParserResult')),
        clone ($p['Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer')),
        clone ($p['Doctrine\\ORM\\Query\\ResultSetMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ResultSetMapping')),
    ],
    null,
    [
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT t0_.id AS id_0, t0_.updated_at AS updated_at_1, t0_.created_at AS created_at_2, t0_.title AS title_3, t0_.language AS language_4, t0_.country AS country_5, t0_.category AS category_6, t0_.version AS version_7, t0_.published_at AS published_at_8, t0_.published AS published_9, t1_.id AS id_10, t1_.title AS title_11, t1_.updated_at AS updated_at_12, t1_.created_at AS created_at_13, t1_.sort_order AS sort_order_14, t1_.intro AS intro_15, t0_.previous_version_id AS previous_version_id_16, t1_.training_id AS training_id_17 FROM training t0_ LEFT JOIN topic t1_ ON t0_.id = t1_.training_id WHERE t0_.id = ? ORDER BY t1_.sort_order ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'o' => 'App\\Entity\\Training',
                    'topics_a1' => 'App\\Entity\\Topic',
                ],
            ],
            'relationMap' => [
                2 => [
                    'topics_a1' => 'topics',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'topics_a1' => 'o',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'updated_at_1' => 'updatedAt',
                    'created_at_2' => 'createdAt',
                    'title_3' => 'title',
                    'language_4' => 'language',
                    'country_5' => 'country',
                    'category_6' => 'category',
                    'version_7' => 'version',
                    'published_at_8' => 'publishedAt',
                    'published_9' => 'published',
                    'id_10' => 'id',
                    'title_11' => 'title',
                    'updated_at_12' => 'updatedAt',
                    'created_at_13' => 'createdAt',
                    'sort_order_14' => 'sortOrder',
                    'intro_15' => 'intro',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\Training' => [
                        'o' => [
                            'id' => 'id_0',
                            'updatedAt' => 'updated_at_1',
                            'createdAt' => 'created_at_2',
                            'title' => 'title_3',
                            'language' => 'language_4',
                            'country' => 'country_5',
                            'category' => 'category_6',
                            'version' => 'version_7',
                            'publishedAt' => 'published_at_8',
                            'published' => 'published_9',
                        ],
                    ],
                    'App\\Entity\\Topic' => [
                        'topics_a1' => [
                            'id' => 'id_10',
                            'title' => 'title_11',
                            'updatedAt' => 'updated_at_12',
                            'createdAt' => 'created_at_13',
                            'sortOrder' => 'sort_order_14',
                            'intro' => 'intro_15',
                        ],
                    ],
                ],
            ],
            'enumMappings' => [
                2 => [
                    'category_6' => 'App\\Enum\\Category',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'previous_version_id_16' => 'guid',
                    'training_id_17' => 'guid',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'o' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'previous_version_id_16' => 'previous_version_id',
                    'training_id_17' => 'training_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'o',
                    'updated_at_1' => 'o',
                    'created_at_2' => 'o',
                    'title_3' => 'o',
                    'language_4' => 'o',
                    'country_5' => 'o',
                    'category_6' => 'o',
                    'version_7' => 'o',
                    'published_at_8' => 'o',
                    'published_9' => 'o',
                    'id_10' => 'topics_a1',
                    'title_11' => 'topics_a1',
                    'updated_at_12' => 'topics_a1',
                    'created_at_13' => 'topics_a1',
                    'sort_order_14' => 'topics_a1',
                    'intro_15' => 'topics_a1',
                    'previous_version_id_16' => 'o',
                    'training_id_17' => 'topics_a1',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Training',
                    'updated_at_1' => 'App\\Entity\\Training',
                    'created_at_2' => 'App\\Entity\\Training',
                    'title_3' => 'App\\Entity\\Training',
                    'language_4' => 'App\\Entity\\Training',
                    'country_5' => 'App\\Entity\\Training',
                    'category_6' => 'App\\Entity\\Training',
                    'version_7' => 'App\\Entity\\Training',
                    'published_at_8' => 'App\\Entity\\Training',
                    'published_9' => 'App\\Entity\\Training',
                    'id_10' => 'App\\Entity\\Topic',
                    'title_11' => 'App\\Entity\\Topic',
                    'updated_at_12' => 'App\\Entity\\Topic',
                    'created_at_13' => 'App\\Entity\\Topic',
                    'sort_order_14' => 'App\\Entity\\Topic',
                    'intro_15' => 'App\\Entity\\Topic',
                ],
            ],
        ],
    ],
    $o[0],
    [
        [
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'sqlExecutor' => null,
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'sqlFinalizer' => $o[1],
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'resultSetMapping' => $o[2],
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'parameterMappings' => [
                'id_p1' => [
                    0,
                ],
            ],
        ],
    ]
); } }];
