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:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user