Issue #3266092: Make sure staging root is unique for each Drupal site
All threads resolved!
Compare changes
Files
7- Kunal Sachdev authored
+ 5
− 5
@@ -72,7 +72,7 @@ class Stage {
@@ -72,7 +72,7 @@ class Stage {
@@ -162,7 +162,7 @@ class Stage {
@@ -162,7 +162,7 @@ class Stage {
public function __construct(ConfigFactoryInterface $config_factory, PathLocator $path_locator, BeginnerInterface $beginner, StagerInterface $stager, CommitterInterface $committer, FileSystemInterface $file_system, EventDispatcherInterface $event_dispatcher, SharedTempStoreFactory $shared_tempstore, TimeInterface $time) {
public function __construct(ConfigFactoryInterface $config_factory, PathLocator $path_locator, BeginnerInterface $beginner, StagerInterface $stager, CommitterInterface $committer, FileSystemInterface $file_system, EventDispatcherInterface $event_dispatcher, SharedTempStoreFactory $shared_tempstore, TimeInterface $time) {
@@ -512,4+512,4 @@
@@ -512,4+512,4 @@
throw new \LogicException(__METHOD__ . '() cannot be called because the stage has not been created or claimed.');
@@ -526,8 +526,8 @@ class Stage {
@@ -526,8 +526,8 @@ class Stage {