mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 02:53:37 +08:00
This method should be private
This commit is contained in:
parent
2637e83490
commit
836351f0cc
|
@ -91,7 +91,7 @@ class InstalledApp implements AppInterface
|
|||
/**
|
||||
* @return \Psr\Http\Server\RequestHandlerInterface
|
||||
*/
|
||||
public function getUpdaterHandler()
|
||||
private function getUpdaterHandler()
|
||||
{
|
||||
$pipe = new MiddlewarePipe;
|
||||
$pipe->pipe(
|
||||
|
|
Loading…
Reference in New Issue
Block a user