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.
Bindable::resolve
static
self
1 parent 665c825 commit 3ac0e3aCopy full SHA for 3ac0e3a
packages/router/src/Bindable.php
@@ -4,5 +4,5 @@
4
5
interface Bindable
6
{
7
- public static function resolve(string $input): static;
+ public static function resolve(string $input): self;
8
}
0 commit comments