Skip to content

Commit daf0944

Browse files
fix (#45044)
1 parent d31e0ad commit daf0944

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Database/Eloquent/Concerns/HasUuids.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public function uniqueIds()
5050
* @param mixed $value
5151
* @param string|null $field
5252
* @return \Illuminate\Database\Eloquent\Relations\Relation
53+
*
54+
* @throws \Illuminate\Database\Eloquent\ModelNotFoundException
5355
*/
5456
public function resolveRouteBindingQuery($query, $value, $field = null)
5557
{

0 commit comments

Comments
 (0)