Add missing cli descriptions (#632)

This commit is contained in:
Lance Pioch 2017-09-21 01:16:01 -04:00 committed by Dane Everitt
parent 8df5d5beaf
commit afa328577f
3 changed files with 15 additions and 0 deletions

View file

@ -35,6 +35,11 @@ class DeleteLocationCommand extends Command
*/
protected $deletionService;
/**
* @var string
*/
protected $description = 'Deletes a location from the Panel.';
/**
* @var \Illuminate\Support\Collection
*/