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