1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00
This commit is contained in:
Taylor Otwell
2016-05-05 01:19:18 -05:00
parent 2cc1b4082e
commit a8dfaf4836

View File

@@ -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();