Table name semantics.
This commit is contained in:
parent
56af6f0db3
commit
414d862c6f
|
@ -7,7 +7,7 @@ use Doctrine\ORM\Mapping as ORM;
|
||||||
/**
|
/**
|
||||||
* Subscription
|
* Subscription
|
||||||
*
|
*
|
||||||
* @ORM\Table(name="subscription")
|
* @ORM\Table(name="subscriptions")
|
||||||
* @ORM\Entity(repositoryClass="Skobkin\Bundle\PointToolsBundle\Entity\SubscriptionRepository")
|
* @ORM\Entity(repositoryClass="Skobkin\Bundle\PointToolsBundle\Entity\SubscriptionRepository")
|
||||||
*/
|
*/
|
||||||
class Subscription
|
class Subscription
|
||||||
|
|
Loading…
Reference in a new issue