Gitamin\Services\DataCollector\Criteria\Issue\BelongsToProject::apply PHP Method

apply() public method

public apply ( $model, Gitamin\Services\DataCollector\Contracts\DataCollectorInterface $dataCollector )
$dataCollector Gitamin\Services\DataCollector\Contracts\DataCollectorInterface
    public function apply($model, DataCollector $dataCollector)
    {
        return $model->where('project_id', $this->projectId);
    }
BelongsToProject