From 98109a18715dc5ee86da5abc10bf57aa4e22d3b3 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Mon, 16 Dec 2019 22:54:56 +0800 Subject: [PATCH] Add description. Signed-off-by: Mior Muhammad Zaki --- src/Console/ConfigureMailCommand.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Console/ConfigureMailCommand.php b/src/Console/ConfigureMailCommand.php index fb484ad..6be0836 100644 --- a/src/Console/ConfigureMailCommand.php +++ b/src/Console/ConfigureMailCommand.php @@ -15,6 +15,13 @@ class ConfigureMailCommand extends Command */ protected $name = 'orchestra:configure-email'; + /** + * The console command description. + * + * @var string|null + */ + protected $description = 'Configure e-mail sender used by Orchestra Platform'; + /** * Handle the command. *