Table name semantics.

This commit is contained in:
Alexey Skobkin 2015-03-23 18:43:00 +03:00
parent 56af6f0db3
commit 414d862c6f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use Doctrine\ORM\Mapping as ORM;
/**
* Subscription
*
* @ORM\Table(name="subscription")
* @ORM\Table(name="subscriptions")
* @ORM\Entity(repositoryClass="Skobkin\Bundle\PointToolsBundle\Entity\SubscriptionRepository")
*/
class Subscription