Gitamin\Services\DataCollector\Contracts\DataCollectorInterface::findWhere PHP Method

findWhere() public method

public findWhere ( array $where, array $columns = ['*'] ) : Illuminate\Database\Eloquent\Collection | null
$where array
$columns array
return Illuminate\Database\Eloquent\Collection | null
    public function findWhere($where, $columns = ['*']);