1
0
mirror of synced 2025-02-20 22:23:14 +03:00

#881 DDC-2825 - typo fix (causing test failure)

This commit is contained in:
Marco Pivetta 2015-01-14 16:32:02 +01:00
parent c6d839869b
commit 8b2b54c033

View File

@ -4,7 +4,7 @@ namespace Doctrine\Tests\Models\DDC2825;
/**
* @Entity
* @Table(name="mytable2", schema="myschema")
* @Table(name="mytable", schema="myschema")
*/
class ExplicitSchemaAndTable
{