mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 01:00:09 +01:00
Merge Pint config
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
class DnsMasq
|
||||
{
|
||||
public $dnsmasqMasterConfigFile = BREW_PREFIX.'/etc/dnsmasq.conf';
|
||||
|
||||
public $dnsmasqSystemConfDir = BREW_PREFIX.'/etc/dnsmasq.d';
|
||||
|
||||
public $resolverPath = '/etc/resolver';
|
||||
|
||||
public function __construct(public Brew $brew, public CommandLine $cli, public Filesystem $files, public Configuration $configuration)
|
||||
|
||||
Reference in New Issue
Block a user