Skip to content

Commit b43ed25

Browse files
authored
Merge pull request #826 from jrbarnard/feature/stop-php-running-version
Fix #708. Use stopRunning instead of stop to only stop running php
2 parents eb0f038 + 185695b commit b43ed25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/valet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
* Stop the daemon services.
242242
*/
243243
$app->command('stop', function () {
244-
PhpFpm::stop();
244+
PhpFpm::stopRunning();
245245

246246
Nginx::stop();
247247

0 commit comments

Comments
 (0)