Skip to content

Commit

Permalink
[10.x] Update doc in Eloquent model (#47562)
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezasalehizadeh authored Jun 25, 2023
1 parent c262c1f commit bc1e0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Database/Eloquent/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ public function loadMissing($relations)
*
* @param array|string $relations
* @param string $column
* @param string $function
* @param string|null $function
* @return $this
*/
public function loadAggregate($relations, $column, $function = null)
Expand Down Expand Up @@ -834,7 +834,7 @@ public function loadExists($relations)
* @param string $relation
* @param array $relations
* @param string $column
* @param string $function
* @param string|null $function
* @return $this
*/
public function loadMorphAggregate($relation, $relations, $column, $function = null)
Expand Down

0 comments on commit bc1e0ca

Please sign in to comment.