Skip to content

Commit

Permalink
Update apps/files/lib/BackgroundJob/DeleteOrphanedItems.php
Browse files Browse the repository at this point in the history
Co-authored-by: Côme Chilliet <[email protected]>
Signed-off-by: F. E Noel Nfebe <[email protected]>
  • Loading branch information
nfebe and come-nc authored Aug 3, 2023
1 parent ec4067e commit 3d5df9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/files/lib/BackgroundJob/DeleteOrphanedItems.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class DeleteOrphanedItems extends TimedJob {
*/
public function __construct(
ITimeFactory $time,

) {
parent::__construct($time);
$this->interval = $this->defaultIntervalMin * 60;
Expand Down

0 comments on commit 3d5df9f

Please sign in to comment.