Remove unnecessary annotation from test
This commit is contained in:
parent
eba8fec1fb
commit
6bf9f6f72f
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,6 @@ final class GH5804Type extends Type
|
|||
|
||||
/**
|
||||
* @Entity
|
||||
* @Table(name="gh5804_articles")
|
||||
*/
|
||||
class GH5804Article
|
||||
{
|
||||
|
@ -95,6 +94,7 @@ class GH5804Article
|
|||
* @CustomIdGenerator(class=\Doctrine\Tests\ORM\Functional\Ticket\GH5804Generator::class)
|
||||
*/
|
||||
public $id;
|
||||
|
||||
/**
|
||||
* @Version
|
||||
* @Column(type="integer")
|
||||
|
|
Loading…
Add table
Reference in a new issue