1
0
mirror of synced 2025-01-18 06:21:40 +03:00

fixed indentation on previous commit

This commit is contained in:
Ivar Nesje 2011-01-22 19:47:15 +08:00 committed by Benjamin Eberlei
parent 8fc7eb295b
commit af60471b62

View File

@ -275,9 +275,9 @@ can do it with the following.
# ...
name:
type: string(50)
lifecycleCallbacks:
prePersist: [ doStuffOnPrePersist, doOtherStuffOnPrePersistToo ]
postPersist: [ doStuffOnPostPersist ]
lifecycleCallbacks:
prePersist: [ doStuffOnPrePersist, doOtherStuffOnPrePersistToo ]
postPersist: [ doStuffOnPostPersist ]
XML would look something like this: