Skip to content

Commit

Permalink
Add DefaultSchemeHost attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jan 18, 2021
1 parent b0cb012 commit 139fa93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Provide/Router/WebRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ final class WebRouter implements RouterInterface
/**
* @DefaultSchemeHost
*/
#[DefaultSchemeHost]
public function __construct(string $schemeHost)
{
$this->schemeHost = $schemeHost;
Expand Down

0 comments on commit 139fa93

Please sign in to comment.