Skip to content

Commit 84a1580

Browse files
authored
typehint (#48847)
1 parent fd238bc commit 84a1580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ public function withAggregate($relations, $column, $function = null)
686686
* Get the relation hashed column name for the given column and relation.
687687
*
688688
* @param string $column
689-
* @param \Illuminate\Database\Eloquent\Relations\Relationship $relation
689+
* @param \Illuminate\Database\Eloquent\Relations\Relation $relation
690690
* @return string
691691
*/
692692
protected function getRelationHashedColumn($column, $relation)

0 commit comments

Comments
 (0)