Skip to content

Commit d225055

Browse files
authored
Merge pull request #10 from soap/develop
Fix Facade namespace error
2 parents 7e6e1e1 + 0339ec0 commit d225055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facades/WorkflowProcess.php

Lines changed: 1 addition & 1 deletion
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)