REBELinBLUE\Deployer\Repositories\EloquentHeartbeatRepository::getByHash PHP Method

getByHash() public method

public getByHash ( $hash )
    public function getByHash($hash)
    {
        return $this->model->where('hash', $hash)->firstOrFail();
    }
EloquentHeartbeatRepository