Skip to content

Commit

Permalink
Removes the commands property (laravel#5727)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Nov 18, 2021
1 parent f8ff35e commit 33ceba7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@

class Kernel extends ConsoleKernel
{
/**
* The Artisan commands provided by your application.
*
* @var array
*/
protected $commands = [
//
];

/**
* Define the application's command schedule.
*
Expand Down

0 comments on commit 33ceba7

Please sign in to comment.