From eed34b4da9fd58dc17d6245d8da71bcef5fa7df4 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Fri, 15 Feb 2019 15:47:05 -0800 Subject: [PATCH] Add ProcessManager::getConfig() --- VERSION | 2 +- src/ProcessManager.php | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 50394ee..7cc3291 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-beta2-dev +2.0.0-beta2 diff --git a/src/ProcessManager.php b/src/ProcessManager.php index d3ad642..e092b92 100644 --- a/src/ProcessManager.php +++ b/src/ProcessManager.php @@ -50,6 +50,14 @@ public function setConfig(ConfigInterface $config) $this->config = $config; } + /** + * Get a reference to the config object + */ + protected function getConfig() + { + return $this->config; + } + /** * Return a site process configured with an appropriate transport *