gist/src/Gist/Model/GistQuery.php

16 lines
196 B
PHP
Raw Permalink Normal View History

2015-05-06 14:11:00 +02:00
<?php
namespace Gist\Model;
use Gist\Model\Base\GistQuery as BaseGistQuery;
/**
2016-11-13 00:44:23 +01:00
* Class GistQuery.
2015-05-06 14:11:00 +02:00
*
2016-11-13 00:44:23 +01:00
* @author Simon Vieille <simon@deblan.fr>
2015-05-06 14:11:00 +02:00
*/
class GistQuery extends BaseGistQuery
{
}