refactor(platform): restate the legacy-era mail rules and backup docblock

This commit is contained in:
Darko Gjorgjijoski
2026-08-21 11:16:05 +02:00
parent c35999aa9b
commit fc8f55cf87
2 changed files with 3 additions and 12 deletions
@@ -12,9 +12,7 @@ class BackupService
private readonly FileDiskService $fileDiskService,
) {}
/**
* Resolve the backup FileDisk from the given ID, settings, or default.
*/
/** Resolve the backup FileDisk from the given ID, settings, or default. */
public function resolveBackupDisk(?int $fileDiskId = null): ?FileDisk
{
if ($fileDiskId) {