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 22b1ed3 commit a719718Copy full SHA for a719718
Loader/Configurator/ContainerConfigurator.php
@@ -78,6 +78,7 @@ final public function withPath(string $path): self
78
{
79
$clone = clone $this;
80
$clone->path = $clone->file = $path;
81
+ $clone->loader->setCurrentDir(\dirname($path));
82
83
return $clone;
84
}
0 commit comments