1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +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
*/
function install($domain = 'dev')
function install($domain = 'localhost')
{
$this->brew->ensureInstalled('dnsmasq');