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

Merge pull request #957 from drbyte/patch-1

Add 'unpark' alias to 'forget' command
This commit is contained in:
Matt Stauffer
2020-06-02 17:13:06 -04:00
committed by GitHub

View File

@@ -118,7 +118,7 @@
Configuration::removePath($path ?: getcwd());
info(($path === null ? "This" : "The [{$path}]") . " directory has been removed from Valet's paths.");
})->descriptions('Remove the current working (or specified) directory from Valet\'s list of paths');
}, ['unpark'])->descriptions('Remove the current working (or specified) directory from Valet\'s list of paths');
/**
* Register a symbolic link with Valet.