Skip to content

Commit 496a7a8

Browse files
fix: Change RepositoryDecorator::inner() visibility to public (#714)
1 parent dfeb247 commit 496a7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Persistence/RepositoryDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function getIterator(): \Traversable
229229
/**
230230
* @return ObjectRepository<T>
231231
*/
232-
private function inner(): ObjectRepository
232+
public function inner(): ObjectRepository
233233
{
234234
return Configuration::instance()->persistence()->repositoryFor($this->class);
235235
}

0 commit comments

Comments
 (0)