1
0
mirror of synced 2025-01-20 23:41:39 +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 */ /** @Id @Column(type="integer") @GeneratedValue */
public $id; public $id;
/** @Column(type="integer") */ /** @Column() */
public $value; public $value;
public $calls = array(); public $calls = array();