1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

This method should be private

This commit is contained in:
Franz Liedke
2019-06-04 23:46:37 +02:00
parent 8e4d97260f
commit 5f79d3b499

View File

@@ -91,7 +91,7 @@ class InstalledApp implements AppInterface
/** /**
* @return \Psr\Http\Server\RequestHandlerInterface * @return \Psr\Http\Server\RequestHandlerInterface
*/ */
public function getUpdaterHandler() private function getUpdaterHandler()
{ {
$pipe = new MiddlewarePipe; $pipe = new MiddlewarePipe;
$pipe->pipe( $pipe->pipe(