We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2feef6b commit d2f7d57Copy full SHA for d2f7d57
cli/valet.php
@@ -108,7 +108,7 @@
108
* Unlink a link from the Valet links directory.
109
*/
110
$app->command('unlink [name]', function ($name) {
111
- Site::unlink($name ?: basename(getcwd()));
+ Site::unlink($name = $name ?: basename(getcwd()));
112
113
info('The ['.$name.'] symbolic link has been removed.');
114
})->descriptions('Remove the specified Valet link');
0 commit comments