From c7627d83379608de142b6260df6534236d7ac4ff Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 2 Jan 2017 15:42:16 +0000 Subject: [PATCH] Fix description of Beacon Command --- app/Console/Commands/BeaconCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/BeaconCommand.php b/app/Console/Commands/BeaconCommand.php index 0425b048..57f32c8b 100644 --- a/app/Console/Commands/BeaconCommand.php +++ b/app/Console/Commands/BeaconCommand.php @@ -33,7 +33,7 @@ class BeaconCommand extends Command * * @var string */ - protected $description = 'Communicate with the Cachet Beacon.'; + protected $description = 'Communicate with the Cachet Beacon server.'; /** * Execute the console command.