Skip to content

Commit 84fbb04

Browse files
authored
Remove execute method from workflow class
Removed the execute method from the workflow class.
1 parent 2da9447 commit 84fbb04

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/features/signals.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ class MyWorkflow extends Workflow
2121
{
2222
$this->ready = $ready;
2323
}
24-
25-
public function execute()
26-
{
27-
// ...
28-
}
2924
}
3025
```
3126

0 commit comments

Comments
 (0)