This commit is contained in:
Marcel Pociot 2018-11-26 20:50:02 +01:00
parent 57c4c42b5a
commit 63e263313f
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ abstract class EchoController implements HttpServerInterface
throw new HttpException(401, "Unknown app id `{$appId}` provided.");
}
return true;
return $this;
}
protected function ensureValidSignature(Request $request)