Skip to content

Commit f8efac1

Browse files
committed
wip
1 parent 452e201 commit f8efac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/database/src/IsDatabaseModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public static function findById(string|int|PrimaryKey $id): ?self
137137
/**
138138
* Finds a model instance by its ID. Use through {@see \Tempest\Router\Bindable}.
139139
*/
140-
public static function resolve(string $input): ?self
140+
public static function resolve(string $input): ?static
141141
{
142142
return self::queryBuilder()->resolve($input);
143143
}

0 commit comments

Comments
 (0)