1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Merge pull request #1331 from 1ed/patch-2

[DOCS] Fixed class name in aggregate fields example
This commit is contained in:
Marco Pivetta 2015-03-12 22:14:38 +01:00
commit cdc739b7f8

View File

@ -332,7 +332,7 @@ Optimistic locking is as easy as adding a version column:
.. code-block:: php
<?php
class Amount
class Account
{
/** @Column(type="integer") @Version */
private $version;