Danilo Mendes
Danilo Mendes
I think i am having the same issue... It keeps saying me that "No identifier/primary key specified for Entity "App\Test". Every Entity must have an identifier/primary key.", although the annotations...
no big deal... just playing around. ``` php namespace App; use Doctrine\ORM\Mapping as ORM; /** * @ORM\Entity * @ORM\Table(name="tests") * @ORM\HasLifecycleCallbacks() */ class Test { /** * @ORM\Id * @ORM\Column(type="integer")...
sorry, i was editing the package's doctrine.php file. thank you for your help! :)