We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4931a2 commit 867a3f0Copy full SHA for 867a3f0
src/WorkflowLoaderServiceProvider.php
@@ -37,7 +37,7 @@ public function packageRegistered()
37
38
$this->app->bind(\Soap\WorkflowLoader\Contracts\WorkflowDatabaseLoader::class, \Soap\WorkflowLoader\DatabaseLoader::class);
39
40
- $this->app->when(WorkfloadLoaderRegistry::class)
+ $this->app->when(\Soap\WorkflowLoader\WorkfloadLoaderRegistry::class)
41
->needs('$loaders')
42
->give(function ($app) {
43
$loaders = $app->make('config')->get('workflow_loader.loaders');
0 commit comments