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