Skip to content

Commit 867a3f0

Browse files
committed
Fix binding parameter error
1 parent c4931a2 commit 867a3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WorkflowLoaderServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function packageRegistered()
3737

3838
$this->app->bind(\Soap\WorkflowLoader\Contracts\WorkflowDatabaseLoader::class, \Soap\WorkflowLoader\DatabaseLoader::class);
3939

40-
$this->app->when(WorkfloadLoaderRegistry::class)
40+
$this->app->when(\Soap\WorkflowLoader\WorkfloadLoaderRegistry::class)
4141
->needs('$loaders')
4242
->give(function ($app) {
4343
$loaders = $app->make('config')->get('workflow_loader.loaders');

0 commit comments

Comments
 (0)