1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

Fixed typo in the documentation

This commit is contained in:
Juti Noppornpitak 2015-04-02 16:46:25 -04:00
parent f20de54281
commit 3b6616fe65

View file

@ -821,9 +821,10 @@ in a central location.
namespace MyDomain\Model; namespace MyDomain\Model;
use Doctrine\ORM\EntityRepository; use Doctrine\ORM\EntityRepository;
use Doctrine\ORM\Mapping as ORM;
/** /**
* @entity(repositoryClass="MyDomain\Model\UserRepository") * @ORM\Entity(repositoryClass="MyDomain\Model\UserRepository")
*/ */
class User class User
{ {