1
0
mirror of synced 2024-12-13 14:56:01 +03:00

fix previous test

This commit is contained in:
Fabio B. Silva 2012-07-31 20:49:54 -03:00 committed by fabio.silva
parent 4cfe2294e3
commit 6be7a03b72

View File

@ -389,7 +389,7 @@ class LifecycleCallbackEventArgEntity
/** @Id @Column(type="integer") @GeneratedValue */
public $id;
/** @Column(type="integer") */
/** @Column() */
public $value;
public $calls = array();