Skip to content

Commit

Permalink
change the scope of criteria property to private
Browse files Browse the repository at this point in the history
  • Loading branch information
salehhashemi1992 committed Dec 19, 2023
1 parent 2de095e commit 3a76da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseEloquentRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract class BaseEloquentRepository implements RepositoryInterface
/**
* @var CriteriaInterface[]
*/
protected array $criteria = [];
private array $criteria = [];

private array $relations = [];

Expand Down

0 comments on commit 3a76da1

Please sign in to comment.