Skip to content

Commit

Permalink
Fix command constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
rlempa committed Jan 30, 2024
1 parent 2798ade commit 64cbe1c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Commands/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ abstract class Command extends BaseCommand
*/
protected const PROGRESS_BAR_FORMAT = '%current%/%max% [%bar%] %percent:3s%% %elapsed:6s%/%estimated:-6s%';

/**
* Command constructor.
*/
public function __construct()
{
$this->applyDependencies();

parent::__construct();
}

/**
* Create progress bar.
*
Expand Down

0 comments on commit 64cbe1c

Please sign in to comment.