R
RisteDimitrievski
Guest
Idk why this happened but in my code is :
PHP:
And i got this error:
Continue reading...
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...