Skip to content

Commit

Permalink
Public SUPPORTED_SCHEMES
Browse files Browse the repository at this point in the history
  • Loading branch information
Stilch committed Apr 27, 2021
1 parent c60f0a3 commit f4caf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

class Uri implements UriInterface
{
protected const SUPPORTED_SCHEMES = [
public const SUPPORTED_SCHEMES = [
'' => null,
'http' => 80,
'https' => 443
Expand Down

0 comments on commit f4caf8c

Please sign in to comment.