Improved the context stack
This commit is contained in:
@ -23,6 +23,11 @@ class Context
|
||||
$this->configure();
|
||||
}
|
||||
|
||||
public function getContextInfo()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public function setShell(Shell $shell)
|
||||
{
|
||||
$this->shell = $shell;
|
||||
|
Reference in New Issue
Block a user