tattersoftware / codeigniter4-workflows

Job task control through dynamic workflows, for CodeIgniter 4
MIT License
21 stars 6 forks source link

Remove Action Entity #56

Closed MGatner closed 2 years ago

MGatner commented 2 years ago

Refactors all classes around Action handlers, removing Action entity and changing Stage::$action_id to the string of the handler ID.

Fixes #53