wip
This commit is contained in:
parent
57c4c42b5a
commit
63e263313f
|
|
@ -78,7 +78,7 @@ abstract class EchoController implements HttpServerInterface
|
||||||
throw new HttpException(401, "Unknown app id `{$appId}` provided.");
|
throw new HttpException(401, "Unknown app id `{$appId}` provided.");
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function ensureValidSignature(Request $request)
|
protected function ensureValidSignature(Request $request)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue