Skip to content

Commit af52339

Browse files
committed
[11.x] Fixes Symfony Console 7.3 deprecations on closure command
fixes #55887 Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 72e0a0b commit af52339

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Illuminate/Foundation/Console/ClosureCommand.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ class ClosureCommand extends Command
2525
*/
2626
protected $callback;
2727

28+
/**
29+
* The console command description.
30+
*
31+
* @var string
32+
*/
33+
protected $description = '';
34+
2835
/**
2936
* Create a new command instance.
3037
*

0 commit comments

Comments
 (0)