Skip to content

Commit

Permalink
Update PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Dec 29, 2019
1 parent 6157e3b commit 8f16bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Relations/BelongsToThrough.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected function performJoins(Builder $query = null)
/**
* Get the foreign key for a model.
*
* @param \Illuminate\Database\Eloquent\Model $model
* @param \Illuminate\Database\Eloquent\Model|null $model
* @return string
*/
public function getForeignKeyName(Model $model = null)
Expand Down

0 comments on commit 8f16bb7

Please sign in to comment.