Skip to content

Commit

Permalink
Inject logger to create milestones command
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Eltink <[email protected]>
  • Loading branch information
geerteltink committed Aug 30, 2020
1 parent 65ca749 commit 2019f66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ static function (int $errorCode, string $message = '', string $file = '', int $l
$httpClient,
$githubToken,
$logger
)
),
$logger
),
]);

Expand Down

0 comments on commit 2019f66

Please sign in to comment.