Skip to content

Commit

Permalink
Update Machine.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersai committed Jun 1, 2020
1 parent 381620a commit f389e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Machine.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function run()
. ' ussd machine can run.'
);

$this->record->set('__active', $this->initialState);
$this->record->set('__active', $state);
$this->record->set('__init', true);
}

Expand Down

0 comments on commit f389e83

Please sign in to comment.