Doctrine Is not a valid entity or mapped super class
问题 i have a problem with doctrine and i getting this error from auto generated entity file "Class "Users" is not a valid entity or mapped super class.". File and comments inside looks like fine i dont understund why or i something miss? Some piece of code <?php use Doctrine\ORM\Mapping as ORM; /** * Users * * @ORM\Table(name="users", uniqueConstraints={@ORM\UniqueConstraint(name="username", columns={"username"})}) * @ORM\Entity */ class Users { /** * @var integer * * @ORM\Column(name="userid",