Here are my two classes
class Product extends BaseModel{ /** * @ORM\\Id * @ORM\\Column(type="integer") * @ORM\\GeneratedValue */ protected $id;