Entity/Category.php
author cavaliet
Wed, 30 Nov 2011 17:58:18 +0100
changeset 50 e967654e90cb
parent 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rwxr-xr-x
First step of error management when Wikipedia request fails. Set up in whole list and document list.

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

use IRI\Bundle\WikiTagBundle\Model\Category as BaseCategory;

/**
 * IRI\Bundle\WikiTagBundle\Entity\Category
 */
class Category extends BaseCategory
{
}