1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 00:40:06 +01:00

Fix incorrect comments

This commit is contained in:
Matt Allan
2019-08-07 11:11:51 -04:00
parent 8fc0ec6077
commit 76a0c3222e
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
}
/**
* Allow Valet to be run more conveniently by allowing the Node proxy to run password-less sudo.
* Install Valet and any required services.
*/
$app->command('install', function () {
Nginx::stop();