Skip to content

Commit 69c50e9

Browse files
committed
Add the $name for the command for Laravel 5.0.x
1 parent 509f418 commit 69c50e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Sentry/SentryLaravel/SentryTestCommand.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
class SentryTestCommand extends Command
88
{
9+
/**
10+
* Laravel 5.0.x: The name and signature of the console command.
11+
*
12+
* @var string
13+
*/
14+
protected $name = 'sentry:test';
15+
916
/**
1017
* The name and signature of the console command.
1118
*

0 commit comments

Comments
 (0)