Skip to content

Commit

Permalink
Add ProcessManager::getConfig()
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Feb 15, 2019
1 parent 90653a7 commit eed34b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-beta2-dev
2.0.0-beta2
8 changes: 8 additions & 0 deletions src/ProcessManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit eed34b4

Please sign in to comment.