src/Relations/RelationHelpers.php
Method addModelsConstraintToQuery
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
ModelQuery $query,
string $parentField,
string $childField,
string $childClass,
array $models
Method addModelConstraintToQuery
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
ModelQuery $query,
string $parentField,
string $childField,
string $childClass,
ModelInterface $model
Method addClauseConstraintToQuery
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
ModelQuery $query,
string $parentField,
string $childField,
string $childClass,
\Closure $clause = null
Method addConstraintToQuery
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
ModelQuery $query,
string $parentField,
string $childField,
string $childClass,
$constraint