Skip to content

Commit

Permalink
This method should be private
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Jun 8, 2019
1 parent 8e4d972 commit 5f79d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundation/InstalledApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private function needsUpdate(): bool
/**
* @return \Psr\Http\Server\RequestHandlerInterface
*/
public function getUpdaterHandler()
private function getUpdaterHandler()
{
$pipe = new MiddlewarePipe;
$pipe->pipe(
Expand Down

0 comments on commit 5f79d3b

Please sign in to comment.