#881 DDC-2825 - typo fix (causing test failure)
This commit is contained in:
parent
c6d839869b
commit
8b2b54c033
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ namespace Doctrine\Tests\Models\DDC2825;
|
|||
|
||||
/**
|
||||
* @Entity
|
||||
* @Table(name="mytable2", schema="myschema")
|
||||
* @Table(name="mytable", schema="myschema")
|
||||
*/
|
||||
class ExplicitSchemaAndTable
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue