Skip to content

Commit

Permalink
Update src/BaseActiveRecord.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Tigrov <[email protected]>
  • Loading branch information
niqingyang and Tigrov authored Jan 3, 2024
1 parent 236c7af commit 15e9484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ private function setRelationDependencies(
/**
* Creates a query instance for `has-one` or `has-many` relation.
*
* @param class-string<T> $arClass The class name of the related record.
* @param string $arClass The class name of the related record.
* @param array $link The primary-foreign key constraint.
* @param bool $multiple Whether this query represents a relation to more than one record.
*
Expand Down

0 comments on commit 15e9484

Please sign in to comment.