deblan.tv/vendor/trinity/src/Trinity/Bundle/EditorialBlockBundle/Model/EditorialBlockQuery.php
2015-03-02 21:57:49 +01:00

10 lines
198 B
PHP

<?php
namespace Trinity\Bundle\EditorialBlockBundle\Model;
use Trinity\Bundle\EditorialBlockBundle\Model\om\BaseEditorialBlockQuery;
class EditorialBlockQuery extends BaseEditorialBlockQuery
{
}