mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 08:10:07 +01:00
Fix code style
This commit is contained in:
@@ -280,7 +280,7 @@
|
||||
* Open the current or given directory in the browser.
|
||||
*/
|
||||
$app->command('open [domain]', function ($domain = null) {
|
||||
$url = "http://".Site::domain($domain);
|
||||
$url = 'http://'.Site::domain($domain);
|
||||
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