Skip to content

Commit 962d927

Browse files
authored
appendOutputTo method is using sendOutputTo method only
1 parent 74e8cd7 commit 962d927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Using the `emailOutputTo` method, you may e-mail the output to an e-mail address
183183
->sendOutputTo($filePath)
184184
->emailOutputTo('[email protected]');
185185

186-
> {note} The `emailOutputTo` and `sendOutputTo` methods are exclusive to the `command` method and are not supported for `call`.
186+
> {note} The `emailOutputTo`, `sendOutputTo` and `appendOutputTo` methods are exclusive to the `command` method and are not supported for `call`.
187187
188188
<a name="task-hooks"></a>
189189
## Task Hooks

0 commit comments

Comments
 (0)