1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 00:40:06 +01:00

Update Configuration.php

This commit is contained in:
Lasse Rafn
2017-10-01 00:12:00 +02:00
committed by GitHub
parent cf6602f2ea
commit 97d69cadc4

View File

@@ -111,7 +111,7 @@ function createCertificatesDirectory()
function writeBaseConfiguration()
{
if (! $this->files->exists($this->path())) {
$this->write(['domain' => 'localhost', 'paths' => []]);
$this->write(['domain' => 'test', 'paths' => []]);
}
}