Skip to content

Commit

Permalink
typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmastech committed Oct 28, 2023
1 parent 85a5146 commit a647607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ public function withAggregate($relations, $column, $function = null)
* Get the relation hashed column name for the given column and relation.
*
* @param string $column
* @param \Illuminate\Database\Eloquent\Relations\Relationship $relation
* @param \Illuminate\Database\Eloquent\Relations\Relation $relation
* @return string
*/
protected function getRelationHashedColumn($column, $relation)
Expand Down

0 comments on commit a647607

Please sign in to comment.