1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00
This commit is contained in:
Miguel Piedrafita
2020-10-28 15:18:07 +00:00
parent 9f237f7477
commit b888dc4e31

View File

@@ -165,7 +165,6 @@
/**
* Stop serving the given domain over HTTPS and remove the trusted TLS certificate.
*/
$app->command('unsecure [domain] [--all]', function ($domain = null, $all = false) {
if ($all) {
Site::unsecureAll();