mirror of
https://github.com/flarum/core.git
synced 2025-08-04 15:37:51 +02:00
This method should be private
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user