Open 4n70w4 opened 4 years ago
Hi! I use module structure of app. And each package contains self workflow configurations for own entities.
For load custom config in my app I use:
$registry = new WorkflowRegistry(app('config')->get('another-workflow'));
It would be useful to be able to specify a configuration file for this command.
Hi! I use module structure of app. And each package contains self workflow configurations for own entities.
For load custom config in my app I use:
It would be useful to be able to specify a configuration file for this command.