Created
December 9, 2018 18:42
-
-
Save jorgecc/67e851d3f38dd6147ac47b321422964b to your computer and use it in GitHub Desktop.
BuyMilk 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @author Jorge Patricio Castro Castillo <jcastro arroba eftec dot cl> | |
* @link https://github.com/EFTEC/StateMachineOne | |
*/ | |
use eftec\statemachineone\Job; | |
use eftec\statemachineone\StateMachineOne; | |
use eftec\statemachineone\Transition; | |
// we use autoload's composer, so we call it here. | |
include "../vendor/autoload.php"; | |
$smachine=new StateMachineOne(); | |
$smachine->setDebug(true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment