Skip to content

Commit 11471c0

Browse files
committed
Make command lazily loaded
1 parent 17e69ae commit 11471c0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Command/SentryTestCommand.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99

1010
class SentryTestCommand extends Command
1111
{
12-
public function __construct()
13-
{
14-
parent::__construct('sentry:test');
15-
}
12+
protected static $defaultName = 'sentry:test';
1613

1714
protected function execute(InputInterface $input, OutputInterface $output): int
1815
{

0 commit comments

Comments
 (0)