|
@@ -32,9 +32,9 @@ |
|
|
block discarded – undo |
|
32
|
32
|
$path = base_path('.env'); |
|
33
|
33
|
$url = parse_url(config('app.url'), PHP_URL_HOST); |
|
34
|
34
|
$msg = "Here is the information you'll need to set up your webhooks:\n\n". |
|
35
|
|
- " Payload URL: <comment>https://$url/%s</comment>\n". |
|
36
|
|
- " Secret Key: <comment>%s</comment>\n\n". |
|
37
|
|
- "You can display this information again by running `php artisan deploy:info`\n"; |
|
|
35
|
+ " Payload URL: <comment>https://$url/%s</comment>\n". |
|
|
36
|
+ " Secret Key: <comment>%s</comment>\n\n". |
|
|
37
|
+ "You can display this information again by running `php artisan deploy:info`\n"; |
|
38
|
38
|
$conf = 'Are you sure you want to overwrite the existing keys?'; |
|
39
|
39
|
$show = $this->option('show'); |
|
40
|
40
|
$over = $this->option('force'); |
Please login to merge, or discard this patch.