Skip to content

Commit b73833a

Browse files
DemigodCodenicolas-grekas
authored andcommitted
[DebugBundle] Add $defaultName to PlaceholderCommand
1 parent 3511e32 commit b73833a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Command/ServerDumpPlaceholderCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
*/
2828
class ServerDumpPlaceholderCommand extends Command
2929
{
30+
protected static $defaultName = 'server:dump';
31+
protected static $defaultDescription = 'Start a dump server that collects and displays dumps in a single place';
32+
3033
private $replacedCommand;
3134

3235
public function __construct(DumpServer $server = null, array $descriptors = [])

0 commit comments

Comments
 (0)