Skip to content

Commit 33ceba7

Browse files
authored
Removes the commands property (laravel#5727)
1 parent f8ff35e commit 33ceba7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/Console/Kernel.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@
77

88
class Kernel extends ConsoleKernel
99
{
10-
/**
11-
* The Artisan commands provided by your application.
12-
*
13-
* @var array
14-
*/
15-
protected $commands = [
16-
//
17-
];
18-
1910
/**
2011
* Define the application's command schedule.
2112
*

0 commit comments

Comments
 (0)