Skip to content

Commit 45b8b00

Browse files
committed
Fix publishesServiceProvider error
1 parent 9442303 commit 45b8b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facades/WorkflowStorage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ class WorkflowStorage extends Facade
1111
{
1212
protected static function getFacadeAccessor(): string
1313
{
14-
return 'workflow-storage';
14+
return \Soap\WorkflowStorage\WorkflowStorage::class;
1515
}
1616
}

0 commit comments

Comments
 (0)