From 79d3f655ef7d90ebc9e22557dee6183ef7696bf1 Mon Sep 17 00:00:00 2001 From: "Jonathan H. Wage" Date: Tue, 18 May 2010 13:19:15 -0400 Subject: [PATCH] Adding missing OnFlush annotation. --- lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php b/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php index 537aaf3a3..fb76cfe1b 100644 --- a/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php +++ b/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php @@ -134,4 +134,4 @@ final class PostUpdate extends Annotation {} final class PreRemove extends Annotation {} final class PostRemove extends Annotation {} final class PostLoad extends Annotation {} - +final class OnFlush extends Annotation {} \ No newline at end of file