Skip to content
Snippets Groups Projects
Commit b9a04ee2 authored by Moreau Elise's avatar Moreau Elise
Browse files

remove message column in users table

parent 7a721857
Branches
No related tags found
No related merge requests found
......@@ -72,13 +72,6 @@ class User implements JsonSerializable
*/
private $joinDate;
/**
* @var string
* @ORM\ManyToMany(targetEntity="App\Domain\Message\Message")
* @ORM\OrderBy({"username" = "ASC"})
*/
private $messages;
/**
* @ORM\OneToMany(targetEntity="App\Domain\Group\Group", mappedBy="users")
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment