1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

Update DnsMasq.php

.localhost default domain
This commit is contained in:
Lasse Rafn
2017-09-18 14:23:53 +02:00
committed by GitHub
parent f21b823be6
commit 670f68c5b5

View File

@@ -33,7 +33,7 @@ function __construct(Brew $brew, CommandLine $cli, Filesystem $files)
* *
* @return void * @return void
*/ */
function install($domain = 'dev') function install($domain = 'localhost')
{ {
$this->brew->ensureInstalled('dnsmasq'); $this->brew->ensureInstalled('dnsmasq');