Skip to content

Commit 3e55ecc

Browse files
committed
fix: add default empty Command description
1 parent ddf8027 commit 3e55ecc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Commands/Command.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ abstract class Command extends BaseCommand
3131
*/
3232
protected $app;
3333

34+
/** {@inheritdoc} */
35+
protected $description = '';
36+
3437
/**
3538
* Define the command's schedule.
3639
*/

0 commit comments

Comments
 (0)