From 607e186082b2d5b10d6543e3606ed6a5941bd5ad Mon Sep 17 00:00:00 2001 From: notCharles Date: Wed, 8 May 2024 20:20:02 -0400 Subject: [PATCH] Remove author variable from cli help --- app/Console/Commands/Environment/AppSettingsCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Console/Commands/Environment/AppSettingsCommand.php b/app/Console/Commands/Environment/AppSettingsCommand.php index 704d47c91..998a67aca 100644 --- a/app/Console/Commands/Environment/AppSettingsCommand.php +++ b/app/Console/Commands/Environment/AppSettingsCommand.php @@ -33,7 +33,6 @@ class AppSettingsCommand extends Command protected $signature = 'p:environment:setup {--new-salt : Whether or not to generate a new salt for Hashids.} - {--author= : The email that services created on this instance should be linked to.} {--url= : The URL that this Panel is running on.} {--cache= : The cache driver backend to use.} {--session= : The session driver backend to use.}