1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

fix restart

This commit is contained in:
Taylor Otwell
2016-05-04 10:23:40 -05:00
parent 59be175938
commit abe8d5a7c1

2
valet
View File

@@ -29,6 +29,8 @@ $app->command('install', function ($output) {
Valet\DnsMasq::install($output);
Valet\LaunchDaemon::restart();
$output->writeln(PHP_EOL.'<info>Valet installed successfully!</info>');
});