mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
Fix incorrect comments
This commit is contained in:
@@ -28,7 +28,7 @@ function __construct(Brew $brew, CommandLine $cli, Filesystem $files)
|
||||
}
|
||||
|
||||
/**
|
||||
* Install and configure DnsMasq.
|
||||
* Install and configure PhpFpm.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user