We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b012b3 commit e40c38dCopy full SHA for e40c38d
resources/views/docs/1/digging-deeper/child-processes.md
@@ -199,7 +199,7 @@ the program has become unresponsive and you simply need to "reboot" it.
199
If you have a `Native\Laravel\ChildProcess` instance, you may call the `restart` method on it:
200
201
```php
202
-$tail->stop();
+$tail->restart();
203
```
204
205
Alternatively, you may use the `ChildProcess` facade to restart a process via its alias:
0 commit comments