Skip to content

Commit c85920c

Browse files
committed
wip
1 parent 71d3f29 commit c85920c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/router/src/Bindable.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
interface Bindable
66
{
7+
/**
8+
* @var int|string
9+
* The value being used to generate URIs when passed into the `\Tempest\Router\uri` function
10+
*/
711
public int|string $bindingValue {
812
get;
913
}

0 commit comments

Comments
 (0)