Skip to content

Commit

Permalink
Update Modifier implementation and add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jul 20, 2023
1 parent 62c37c2 commit af0edcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Contracts/UriAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@
interface UriAccess
{
public function getUri(): UriInterface|Psr7UriInterface;

public function getUriString(): string;
}

0 comments on commit af0edcf

Please sign in to comment.