-
Notifications
You must be signed in to change notification settings - Fork 230
Closed
Description
Error:
Uncaught Doctrine\Common\Annotations\AnnotationException: [Semantical Error] The annotation "@Orm\Table" in class Shopware\Models\Shop\Shop was never imported.
use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Table(name="s_core_shops")
* @ORM\Entity(repositoryClass="Repository")
*/
Without alias it works:
use Doctrine\ORM\Mapping as ORM;
/**
* \Doctrine\ORM\Mapping\Table(name="s_core_shops")
* \Doctrine\ORM\Mapping\Entity(repositoryClass="Repository")
*/
KristofferTolboll2
Metadata
Metadata
Assignees
Labels
No labels