File: /var/www/payments-gateway/var/cache/prod/doctrine/orm/default_metadata.php
<?php
// This file has been auto-generated by the Symfony Cache Component.
return [[
'App__Entity__Payment__CLASSMETADATA__' => 0,
], [
0 => static function () {
return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
$o = [
clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Mapping\\ClassMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\ClassMetadata')),
clone ($p['Doctrine\\ORM\\Mapping\\FieldMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\FieldMapping')),
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
clone ($p['Doctrine\\ORM\\Id\\IdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\IdentityGenerator')),
],
null,
[
'stdClass' => [
'namespace' => [
'App\\Entity',
],
'rootEntityName' => [
'App\\Entity\\Payment',
],
'customRepositoryClassName' => [
'App\\Repository\\PaymentRepository',
],
'identifier' => [
[
'id',
],
],
'generatorType' => [
4,
],
'fieldMappings' => [
[
'id' => $o[1],
'orderReference' => $o[2],
'studentId' => $o[3],
'amount' => $o[4],
'paymentLink' => $o[5],
'status' => $o[6],
'createdAt' => $o[7],
'paidAt' => $o[8],
],
],
'fieldNames' => [
[
'id' => 'id',
'order_reference' => 'orderReference',
'student_id' => 'studentId',
'amount' => 'amount',
'payment_link' => 'paymentLink',
'status' => 'status',
'created_at' => 'createdAt',
'paid_at' => 'paidAt',
],
],
'columnNames' => [
[
'id' => 'id',
'orderReference' => 'order_reference',
'studentId' => 'student_id',
'amount' => 'amount',
'paymentLink' => 'payment_link',
'status' => 'status',
'createdAt' => 'created_at',
'paidAt' => 'paid_at',
],
],
'table' => [
[
'name' => 'payment',
],
],
'idGenerator' => [
$o[9],
],
'name' => [
'App\\Entity\\Payment',
],
'id' => [
1 => true,
],
'type' => [
1 => 'integer',
'string',
'string',
'integer',
'string',
'string',
'datetime_immutable',
'datetime_immutable',
],
'fieldName' => [
1 => 'id',
'orderReference',
'studentId',
'amount',
'paymentLink',
'status',
'createdAt',
'paidAt',
],
'columnName' => [
1 => 'id',
'order_reference',
'student_id',
'amount',
'payment_link',
'status',
'created_at',
'paid_at',
],
'length' => [
2 => 255,
255,
5 => 255,
50,
],
'nullable' => [
8 => true,
],
],
],
$o[0],
[]
);
},
]];