We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2d150 commit c001556Copy full SHA for c001556
cli/valet.php
@@ -211,7 +211,7 @@
211
})->descriptions('Stop serving the given domain over HTTPS and remove the trusted TLS certificate');
212
213
/**
214
- * Get all the current secured sites
+ * Get all the current secured sites.
215
*/
216
$app->command('secured', function () {
217
$sites = collect(Site::secured())->map(function ($url) {
0 commit comments