REBELinBLUE\Deployer\Repositories\EloquentProjectRepository::getByHash PHP Метод

getByHash() публичный Метод

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