Skip to content

Commit 3ac0e3a

Browse files
authored
fix(router): change the Bindable::resolve return type from static to self (#1391)
1 parent 665c825 commit 3ac0e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/src/Bindable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
interface Bindable
66
{
7-
public static function resolve(string $input): static;
7+
public static function resolve(string $input): self;
88
}

0 commit comments

Comments
 (0)