1
0
mirror of synced 2025-03-24 00:43:51 +03:00

13 lines
182 B
PHP
Raw Normal View History

2015-09-14 18:35:49 +02:00
<?php
namespace Doctrine\Tests\Models\DDC3899;
/**
* @Entity
*/
class DDC3899FixContract extends DDC3899Contract
{
/** @column(type="integer") */
public $fixPrice = 0;
}