Skip to content

Commit f5b4abc

Browse files
committed
wip
1 parent f8efac1 commit f5b4abc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/database/src/IsDatabaseModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ public static function findById(string|int|PrimaryKey $id): ?self
139139
*/
140140
public static function resolve(string $input): ?static
141141
{
142+
// @phpstan-ignore-next-line
142143
return self::queryBuilder()->resolve($input);
143144
}
144145

0 commit comments

Comments
 (0)