yohang / Finite

A Simple PHP Finite State Machine
http://yohan.giarel.li/Finite
MIT License
1.31k stars 188 forks source link

fixed multigraph ArrayLoader issue (set graph to StateMachine) #50

Closed jpottier closed 10 years ago

jpottier commented 10 years ago

Use of ArrayLoader with graph named cause an issue where graph name is not properly assigned to StateMachine (load method)

yohang commented 10 years ago

Thanks !

I'll probably merge today.

yohang commented 10 years ago

Merged