1
0
mirror of synced 2024-12-05 03:06:05 +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;
use Doctrine\ORM\EntityRepository;
use Doctrine\ORM\Mapping as ORM;
/**
* @entity(repositoryClass="MyDomain\Model\UserRepository")
* @ORM\Entity(repositoryClass="MyDomain\Model\UserRepository")
*/
class User
{