mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 08:10:07 +01:00
Apply fixes from StyleCI
This commit is contained in:
@@ -281,7 +281,7 @@
|
||||
*/
|
||||
$app->command('open [domain]', function ($domain = null) {
|
||||
$url = 'http://'.Site::domain($domain);
|
||||
CommandLine::runAsUser("open ".escapeshellarg($url));
|
||||
CommandLine::runAsUser('open '.escapeshellarg($url));
|
||||
})->descriptions('Open the site for the current (or specified) directory in your browser');
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user