diff --git a/app/Console/Commands/GenerateSetupKey.php b/app/Console/Commands/GenerateSetupKey.php deleted file mode 100644 index 798d3112c930..000000000000 --- a/app/Console/Commands/GenerateSetupKey.php +++ /dev/null @@ -1,55 +0,0 @@ -info('Success! Copy the following content into your .env or docker-compose.yml:'); - $this->warn('base64:' . $randomString); - } -}