Skip to content

Commit 032adc3

Browse files
Merge branch '5.2' into 5.3
* 5.2: [Console] Escape synopsis output [SecurityBundle] Link UserProviderListener to correct firewall dispatcher [FrameworkBundle] fix KernelBrowser::loginUser with a stateless firewall Document null support in NumberToLocalizedStringTransformer Update loader’s directory when calling ContainerConfigurator::withPath
2 parents 94d973c + a719718 commit 032adc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Loader/Configurator/ContainerConfigurator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ final public function withPath(string $path): self
8989
{
9090
$clone = clone $this;
9191
$clone->path = $clone->file = $path;
92+
$clone->loader->setCurrentDir(\dirname($path));
9293

9394
return $clone;
9495
}

0 commit comments

Comments
 (0)