Skip to content

Commit

Permalink
Fix return type for Model::resolveChildRouteBindingQuery() (#39742)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdesign committed Nov 24, 2021
1 parent 83cace2 commit dba65be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Model.php
Expand Up @@ -1924,7 +1924,7 @@ public function resolveSoftDeletableChildRouteBinding($childType, $value, $field
* @param string $childType
* @param mixed $value
* @param string|null $field
* @return \Illuminate\Database\Eloquent\Builder
* @return \Illuminate\Database\Eloquent\Relations\Relation
*/
protected function resolveChildRouteBindingQuery($childType, $value, $field)
{
Expand Down

0 comments on commit dba65be

Please sign in to comment.