From 836351f0cc55c7280bc7f9695de8c853c580ecde Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Tue, 4 Jun 2019 23:46:37 +0200 Subject: [PATCH] This method should be private --- framework/core/src/Foundation/InstalledApp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Foundation/InstalledApp.php b/framework/core/src/Foundation/InstalledApp.php index 1e12104f9..4c99b0e60 100644 --- a/framework/core/src/Foundation/InstalledApp.php +++ b/framework/core/src/Foundation/InstalledApp.php @@ -91,7 +91,7 @@ class InstalledApp implements AppInterface /** * @return \Psr\Http\Server\RequestHandlerInterface */ - public function getUpdaterHandler() + private function getUpdaterHandler() { $pipe = new MiddlewarePipe; $pipe->pipe(