We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8498d commit 81baa23Copy full SHA for 81baa23
src/PHPCR/Shell/Phpcr/PhpcrSession.php
@@ -33,7 +33,7 @@ class PhpcrSession implements SessionInterface
33
public function __construct(SessionInterface $session, $finder = null)
34
{
35
$this->session = $session;
36
- $this->finder = $finder ?: new PhpcrTraversalFinder($session);
+ $this->finder = $finder ?: new PhpcrTraversalFinder($this);
37
}
38
39
/**
0 commit comments