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.
1 parent d31e0ad commit daf0944Copy full SHA for daf0944
src/Illuminate/Database/Eloquent/Concerns/HasUuids.php
@@ -50,6 +50,8 @@ public function uniqueIds()
50
* @param mixed $value
51
* @param string|null $field
52
* @return \Illuminate\Database\Eloquent\Relations\Relation
53
+ *
54
+ * @throws \Illuminate\Database\Eloquent\ModelNotFoundException
55
*/
56
public function resolveRouteBindingQuery($query, $value, $field = null)
57
{
0 commit comments