mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Every Entity must have an identifier/primary key. #5454
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @klausbreyer on GitHub (Mar 13, 2017).
Originally assigned to: @Ocramius on GitHub.
Hi,
I am experiencing the following error:
This is the Channel.php
Here is my full repository: https://github.com/klausbreyer/debug-doctrine
I am totally puzzled why this is happening. Also did a the following to clear the cache:
@Ocramius commented on GitHub (Mar 13, 2017):
A docblock has to start with
/**, your comment starts with/*.@klausbreyer commented on GitHub (Mar 13, 2017):
bummer..t hanks!