Skip to content

Commit

Permalink
Fix JobRecorder issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fr3on committed May 13, 2023
1 parent efb8526 commit a375051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Recorders/JobRecorder/JobRecorder.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class JobRecorder

public function __construct(
Application $app,
int $maxChainedJobReportingDepth = 5,
int $maxChainedJobReportingDepth = 5
) {
$this->maxChainedJobReportingDepth = $maxChainedJobReportingDepth;
$this->app = $app;
Expand Down

0 comments on commit a375051

Please sign in to comment.