Skip to content

Commit

Permalink
fix: Change RepositoryDecorator::inner() visibility to public (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud authored Oct 31, 2024
1 parent dfeb247 commit 496a7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Persistence/RepositoryDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public function getIterator(): \Traversable
/**
* @return ObjectRepository<T>
*/
private function inner(): ObjectRepository
public function inner(): ObjectRepository
{
return Configuration::instance()->persistence()->repositoryFor($this->class);
}
Expand Down

0 comments on commit 496a7a8

Please sign in to comment.