Skip to content

Commit

Permalink
finish customizable implicit binding
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 22, 2019
1 parent c2581e9 commit 66fd704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Routing/UrlRoutable.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function getRouteKeyName();
* Retrieve the model for a bound value.
*
* @param mixed $value
* @param string $field
* @param string|null $field
* @return \Illuminate\Database\Eloquent\Model|null
*/
public function resolveRouteBinding($value, $field = null);
Expand Down

0 comments on commit 66fd704

Please sign in to comment.