Skip to content

Commit

Permalink
Add missing \Illuminate\Foundation\Console\ClosureCommand::$callback …
Browse files Browse the repository at this point in the history
…property (#15956)
  • Loading branch information
lucasmichot authored and taylorotwell committed Oct 17, 2016
1 parent d3671a9 commit c6be0ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Illuminate/Foundation/Console/ClosureCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@

class ClosureCommand extends Command
{
/**
* The callback.
*
* @var \Closure
*/
protected $callback;

/**
* Create a new command instance.
*
Expand Down

0 comments on commit c6be0ce

Please sign in to comment.