mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
fix restart
This commit is contained in:
2
valet
2
valet
@@ -29,6 +29,8 @@ $app->command('install', function ($output) {
|
|||||||
|
|
||||||
Valet\DnsMasq::install($output);
|
Valet\DnsMasq::install($output);
|
||||||
|
|
||||||
|
Valet\LaunchDaemon::restart();
|
||||||
|
|
||||||
$output->writeln(PHP_EOL.'<info>Valet installed successfully!</info>');
|
$output->writeln(PHP_EOL.'<info>Valet installed successfully!</info>');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user