Skip to content

Commit

Permalink
Undo property location
Browse files Browse the repository at this point in the history
  • Loading branch information
jonerickson authored and freekmurze committed Jan 13, 2025
1 parent b56beaa commit 234dc8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tasks/Backup/BackupJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ class BackupJob

protected FileSelection $fileSelection;

protected TemporaryDirectory $temporaryDirectory;

/** @var Collection<string, DbDumper> */
protected Collection $dbDumpers;

Expand All @@ -39,6 +37,8 @@ class BackupJob

protected string $filename;

protected TemporaryDirectory $temporaryDirectory;

protected bool $sendNotifications = true;

protected bool $signals = true;
Expand Down

0 comments on commit 234dc8a

Please sign in to comment.