1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

Change valet domain command to valet tld

Fixes #144
".dev" is really a TLD, not a "domain" in the conventional sense.
Changing the command to `valet tld` more accurately reflects the purpose of the command (to set or get the configured TLD served by Valet)
This commit is contained in:
Chris Brown
2016-12-09 10:31:23 -05:00
parent 9560909d34
commit bd5c998019
3 changed files with 8 additions and 8 deletions

View File

@@ -120,7 +120,7 @@ function createDomainResolver($domain)
}
/**
* Update the domain used by DnsMasq.
* Update the domain (TLD) used by DnsMasq.
*
* @param string $oldDomain
* @param string $newDomain