diff --git a/valet.php b/valet.php index 1da9528..79d3a2b 100755 --- a/valet.php +++ b/valet.php @@ -17,7 +17,7 @@ $app = new Application('Laravel Valet', 'v1.0.0'); /** - * Prune missing directories on every command. + * Prune missing directories and symbolic links on every command. */ Valet\Configuration::prune(); Valet\Site::pruneLinks();