Skip to content

Commit

Permalink
Update src/Http/ProxyRouter.php
Browse files Browse the repository at this point in the history
Co-authored-by: Cédric Anne <cedric.anne@gmail.com>
  • Loading branch information
cconard96 and cedric-anne committed May 6, 2024
1 parent d329bee commit 27d6fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/ProxyRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public function proxify(): void
readfile($target_file);
}

public function handleRedirects()
public function handleRedirects(): void
{
$this->handleWellKnownURIs();
}
Expand Down

0 comments on commit 27d6fc9

Please sign in to comment.