diff options
Diffstat (limited to 'core/Command/Background/JobBase.php')
-rw-r--r-- | core/Command/Background/JobBase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Background/JobBase.php b/core/Command/Background/JobBase.php index 7229d7589ee..d92bb77d4b6 100644 --- a/core/Command/Background/JobBase.php +++ b/core/Command/Background/JobBase.php @@ -19,7 +19,7 @@ abstract class JobBase extends \OC\Core\Command\Base { public function __construct( protected IJobList $jobList, - protected LoggerInterface $logger + protected LoggerInterface $logger, ) { parent::__construct(); } |