Fixing php code
This commit is contained in:
parent
c7a5a695d3
commit
e71f00296e
@ -540,6 +540,7 @@ Doctrine 2 implements this strategy through the use of a discriminator column in
|
|||||||
The example for class table inheritance is the same as single table, you just need to
|
The example for class table inheritance is the same as single table, you just need to
|
||||||
change the inheritance type from `SINGLE_TABLE` to `JOINED`:
|
change the inheritance type from `SINGLE_TABLE` to `JOINED`:
|
||||||
|
|
||||||
|
[php]
|
||||||
/**
|
/**
|
||||||
* @Entity
|
* @Entity
|
||||||
* @InheritanceType("JOINED")
|
* @InheritanceType("JOINED")
|
||||||
|
Loading…
Reference in New Issue
Block a user