diff --git a/src/Recorders/JobRecorder/JobRecorder.php b/src/Recorders/JobRecorder/JobRecorder.php index a0ea0c7..a3ffcef 100644 --- a/src/Recorders/JobRecorder/JobRecorder.php +++ b/src/Recorders/JobRecorder/JobRecorder.php @@ -24,7 +24,7 @@ class JobRecorder public function __construct( Application $app, - int $maxChainedJobReportingDepth = 5, + int $maxChainedJobReportingDepth = 5 ) { $this->maxChainedJobReportingDepth = $maxChainedJobReportingDepth; $this->app = $app;