Fix newline
This commit is contained in:
parent
c32ba8f5d1
commit
c678577f8f
1 changed files with 2 additions and 1 deletions
|
@ -295,7 +295,8 @@ annotation.
|
|||
class Message
|
||||
{
|
||||
/**
|
||||
* @Id @Column(type="integer")
|
||||
* @Id
|
||||
* @Column(type="integer")
|
||||
* @GeneratedValue
|
||||
*/
|
||||
private $id;
|
||||
|
|
Loading…
Add table
Reference in a new issue