Entity/Tag.php
author cavaliet
Thu, 23 Feb 2012 18:52:59 +0100
changeset 76 bb7808e180c3
parent 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rwxr-xr-x
Add configuration to enable curl request with proxy or any other CURLOPT

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

use IRI\Bundle\WikiTagBundle\Model\Tag as BaseTag;

/**
 * IRI\Bundle\WikiTagBundle\Entity\Tag
 */
class Tag extends BaseTag
{
}