Bug LogicException: Entity addonid:Attachment (class: addonid\Entity\Attachment) could not be found in s

There is a bug in this version
R

RisteDimitrievski

Guest
Idk why this happened but in my code is :

PHP:

$variable = $this->em()->create("addonid\XF:Attachment");

And i got this error:
LogicException: Entity addonid:Attachment (class: addonid\Entity\Attachment) could not be found in src\XF\Mvc\Entity\Manager.php at line 53
Click to expand...

Attachment entity is a new entity i'm creating for handling my own attachment data in my addon.

Continue reading...