remove dumb code

This commit is contained in:
Nicolas Lœuillet
2015-02-20 17:20:12 +01:00
parent b3dc0749d3
commit 6d37a7e6c1
3 changed files with 6 additions and 139 deletions

View File

@ -3,12 +3,14 @@
namespace Wallabag\CoreBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use JMS\Serializer\Annotation\XmlRoot;
/**
* Tag
*
* @XmlRoot("tag")
* @ORM\Table(name="tag")
* @ORM\Entity
* @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\TagRepository")
*/
class Tag
{