for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Anomaly\Streams\Platform\Entry;
use Anomaly\Streams\Platform\Model\EloquentQueryBuilder;
/**
* Class EntryQueryBuilder
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <[email protected]>
* @author Ryan Thompson <[email protected]>
* @package Anomaly\Streams\Platform\Entry
*/
class EntryQueryBuilder extends EloquentQueryBuilder
{
* The query model.
* @var EntryModel
protected $model;
}