Rajout de doctrine/orm
[zf2.biz/application_blanche.git] / vendor / doctrine / orm / tests / Doctrine / Tests / Models / JoinedInheritanceType / ChildClass.php
diff --git a/vendor/doctrine/orm/tests/Doctrine/Tests/Models/JoinedInheritanceType/ChildClass.php b/vendor/doctrine/orm/tests/Doctrine/Tests/Models/JoinedInheritanceType/ChildClass.php
new file mode 100644 (file)
index 0000000..35887c7
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+namespace Doctrine\Tests\Models\JoinedInheritanceType;
+
+/**
+ * @MappedSuperclass
+ */
+abstract class ChildClass extends RootClass
+{
+}
\ No newline at end of file