Skip to content

Commit 0339ec0

Browse files
committed
Fix Facade namespace error
1 parent 3f19216 commit 0339ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facades/WorkflowProcess.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* @see \Soap\LaravelWorkflowProcess\WorkflowProcess
99
*/
10-
class LaravelWorkflowProcess extends Facade
10+
class WorkflowProcess extends Facade
1111
{
1212
protected static function getFacadeAccessor(): string
1313
{

0 commit comments

Comments
 (0)