Skip to content

Commit 0fc8268

Browse files
committed
Remove comment as code is self documenting now
1 parent 0cf47ce commit 0fc8268

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/valet.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@
184184
*/
185185
$app->command('open [domain]', function ($domain = null) {
186186
$url = "http://".($domain ?: Site::host(getcwd())).'.'.Configuration::read()['domain'];
187-
// Run the 'open' command as the currently logged in user instead of root
188187
CommandLine::runAsUser("open ".escapeshellarg($url));
189188
})->descriptions('Open the site for the current (or specified) directory in your browser');
190189

0 commit comments

Comments
 (0)