We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d3f29 commit c85920cCopy full SHA for c85920c
packages/router/src/Bindable.php
@@ -4,6 +4,10 @@
4
5
interface Bindable
6
{
7
+ /**
8
+ * @var int|string
9
+ * The value being used to generate URIs when passed into the `\Tempest\Router\uri` function
10
+ */
11
public int|string $bindingValue {
12
get;
13
}
0 commit comments