Skip to content

Commit 5b7db85

Browse files
authored
Update valet.php
1 parent 735c435 commit 5b7db85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/valet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
/**
8080
* Get or set the port number currently being used by Valet.
8181
*/
82-
$app->command('port [port] [--https]', function ($port = null, $https) {
82+
$app->command('port [port] [--https]', function ($port = null, $https = null) {
8383
if ($port === null) {
8484
info('Current Nginx port (HTTP): ' . Configuration::get('port', 80));
8585
info('Current Nginx port (HTTPS): ' . Configuration::get('https_port', 443));

0 commit comments

Comments
 (0)