We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8257f44 commit f1be4c4Copy full SHA for f1be4c4
README.md
@@ -81,7 +81,10 @@ parent for each subclass.
81
###### Parent Class
82
83
```php
84
-use Camelot\DoctrineInheritanceMapping\Annotation\DiscriminatorEntry;
+<?php
85
+namespace App\Entity;
86
+
87
+use Camelot\DoctrineInheritanceMapping\Annotation\DiscriminatorMapItem;
88
use Doctrine\ORM\Mapping as ORM;
89
90
/**
@@ -102,7 +105,10 @@ optional, and has been omitted above for clarity.
102
105
###### Child(ren) Class
103
106
104
107
108
109
110
111
112
113
114
0 commit comments