Details
Description
While generating entities with:
./doctrine orm:generate-entities --generate-methods=true ../tmp/entities
getting MappingException: No identifier/primary key specified for Entity 'Entities\Admin'. Every Entity must have an identifier/primary key.
Admin is class inheritated, definition included:
Person: http://pastebin.com/5r9fXrAu
Admin: http://pastebin.com/51BcRZWZ