Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Dec 31, 2024
1 parent 2a6272f commit 4ca4dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/controllers/Task/Repo/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Env
private $repo;
private $task;
private $taskLogStepController;
private $taskLogSubStepController;

public function __construct(string $taskId)
{
Expand Down
1 change: 1 addition & 0 deletions www/controllers/Task/Repo/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Update
private $repo;
private $task;
private $taskLogStepController;
private $taskLogSubStepController;
private $packagesToSign = null;

public function __construct(string $taskId)
Expand Down

0 comments on commit 4ca4dd1

Please sign in to comment.