Merge branch 'docs/#1359-correcting-mapping-in-working-with-objects-reference'
This commit is contained in:
commit
f495dfcc9c
1 changed files with 2 additions and 1 deletions
|
@ -821,9 +821,10 @@ in a central location.
|
|||
namespace MyDomain\Model;
|
||||
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
|
||||
/**
|
||||
* @entity(repositoryClass="MyDomain\Model\UserRepository")
|
||||
* @ORM\Entity(repositoryClass="MyDomain\Model\UserRepository")
|
||||
*/
|
||||
class User
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue