Skip to content

Commit

Permalink
Code tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Jul 14, 2023
1 parent 162b8e8 commit ae124b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Console/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ abstract class Command extends BaseCommand implements SignalableCommandInterface
use Traits\HandlesCleanup;
use Traits\ProvidesAutocompletion;

/**
* @var \Winter\Storm\Foundation\Application
*/
protected $laravel;

/**
* @var array List of commands that this command replaces (aliases)
*/
Expand Down

0 comments on commit ae124b1

Please sign in to comment.