Comments and improvements

This commit is contained in:
2017-01-24 00:49:13 +01:00
parent 5a45ca9c46
commit 4cd5cc2620
3 changed files with 82 additions and 10 deletions

View File

@ -24,7 +24,7 @@ class MyShell extends Shell
protected $seq = 0;
protected function configure()
public function __construct()
{
$context = new MyContext();
$this->pushContext($context);