1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Fix newline

This commit is contained in:
Lander Vanderstraeten 2017-07-11 13:18:52 +02:00 committed by GitHub
parent c32ba8f5d1
commit c678577f8f

View File

@ -295,7 +295,8 @@ annotation.
class Message
{
/**
* @Id @Column(type="integer")
* @Id
* @Column(type="integer")
* @GeneratedValue
*/
private $id;