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:
@@ -111,7 +111,7 @@ function createCertificatesDirectory()
|
||||
function writeBaseConfiguration()
|
||||
{
|
||||
if (! $this->files->exists($this->path())) {
|
||||
$this->write(['domain' => 'localhost', 'paths' => []]);
|
||||
$this->write(['domain' => 'test', 'paths' => []]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user