reverted: --- b/src/Event/RelaxedEnsureFullCommitResourceEvent.php +++ /dev/null @@ -1,40 +0,0 @@ -workspace = $workspace; - } - - /** - * Gets the workspace. - * - * @return \Drupal\multiversion\Entity\WorkspaceInterface - * Return workspace object. - */ - public function getWorkspace() { - return $this->workspace; - } - -} only in patch2: unchanged: --- /dev/null +++ b/src/Event/RelaxedEnsureFullCommitEvent.php @@ -0,0 +1,40 @@ +workspace = $workspace; + } + + /** + * Gets the workspace. + * + * @return \Drupal\multiversion\Entity\WorkspaceInterface + * Return workspace object. + */ + public function getWorkspace() { + return $this->workspace; + } + +}