Skip to content

Commit

Permalink
Merge pull request #156 from johanmeiring/fix-shell-assignment
Browse files Browse the repository at this point in the history
Assign shell via new setter instead of directly
  • Loading branch information
dakota authored Apr 3, 2019
2 parents e80fd05 + 8d4ccd5 commit 1a18f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shell/AclExtrasShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function startup()
{
parent::startup();
$this->AclExtras->startup();
$this->AclExtras->Shell = $this;
$this->AclExtras->setShell($this);

if ($this->command) {
try {
Expand Down

0 comments on commit 1a18f78

Please sign in to comment.