Merge pull request #1331 from 1ed/patch-2
[DOCS] Fixed class name in aggregate fields example
This commit is contained in:
commit
cdc739b7f8
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ Optimistic locking is as easy as adding a version column:
|
||||||
.. code-block:: php
|
.. code-block:: php
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
class Amount
|
class Account
|
||||||
{
|
{
|
||||||
/** @Column(type="integer") @Version */
|
/** @Column(type="integer") @Version */
|
||||||
private $version;
|
private $version;
|
||||||
|
|
Loading…
Add table
Reference in a new issue