RisteDimitrievski
Active member
Idk why this happened but in my code is :
And i got this error:
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
Attachment entity
is a new entity i'm creating for handling my own attachment data in my addon.