1
0
mirror of synced 2025-02-03 13:59:27 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Mapping/php/Doctrine.Tests.Models.Company.CompanyFixContract.php
2016-12-07 23:33:41 +01:00

10 lines
135 B
PHP

<?php
$metadata->mapField(
[
'type' => 'integer',
'name' => 'fixPrice',
'fieldName' => 'fixPrice',
]
);