Skip to content

Commit

Permalink
Add missing \Illuminate\Foundation\Console\ClosureCommand::$callback …
Browse files Browse the repository at this point in the history
…property (laravel#15956)
  • Loading branch information
lucasmichot authored and bepsvpt committed Oct 18, 2016
1 parent ebc3564 commit 8d9c927
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 8d9c927

Please sign in to comment.