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