Finalise to implement the document profile with the list of columns.
<?php
namespace IRI\Bundle\WikiTagBundle\Entity;
use IRI\Bundle\WikiTagBundle\Model\DocumentTag as BaseDocumentTag;
/**
* IRI\Bundle\WikiTagBundle\Entity\DocumentTag
*/
class DocumentTag extends BaseDocumentTag
{
}