mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-03 05:41:07 +00:00
refactor(platform): restate the legacy-era mail rules and backup docblock
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user