We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9442303 commit 45b8b00Copy full SHA for 45b8b00
src/Facades/WorkflowStorage.php
@@ -11,6 +11,6 @@ class WorkflowStorage extends Facade
11
{
12
protected static function getFacadeAccessor(): string
13
14
- return 'workflow-storage';
+ return \Soap\WorkflowStorage\WorkflowStorage::class;
15
}
16
0 commit comments