Skip to content

Commit

Permalink
Updates output property visibity on artisan command events (#21356)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored and taylorotwell committed Sep 24, 2017
1 parent 4d34ac3 commit 81672ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Events/CommandFinished.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CommandFinished
*
* @var \Symfony\Component\Console\Output\OutputInterface|null
*/
protected $output;
public $output;

/**
* The command exit code.
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Events/CommandStarting.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CommandStarting
*
* @var \Symfony\Component\Console\Output\OutputInterface|null
*/
protected $output;
public $output;

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

0 comments on commit 81672ba

Please sign in to comment.