From a647607653eaaff26aa761603d5a08f2929b04de Mon Sep 17 00:00:00 2001 From: Luke Kuzmish Date: Sat, 28 Oct 2023 10:16:06 -0400 Subject: [PATCH] typehint --- .../Database/Eloquent/Concerns/QueriesRelationships.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php b/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php index 3c73ad230b09..dd0160adad13 100644 --- a/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php +++ b/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php @@ -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)