mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 09:10:03 +01:00
cs
This commit is contained in:
@@ -165,7 +165,6 @@
|
|||||||
/**
|
/**
|
||||||
* Stop serving the given domain over HTTPS and remove the trusted TLS certificate.
|
* Stop serving the given domain over HTTPS and remove the trusted TLS certificate.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$app->command('unsecure [domain] [--all]', function ($domain = null, $all = false) {
|
$app->command('unsecure [domain] [--all]', function ($domain = null, $all = false) {
|
||||||
if ($all) {
|
if ($all) {
|
||||||
Site::unsecureAll();
|
Site::unsecureAll();
|
||||||
|
|||||||
Reference in New Issue
Block a user