refactoring leftovers

This commit is contained in:
Saeed Vaziry
2024-03-14 21:18:59 +01:00
parent 428140b931
commit f907bacdd0
22 changed files with 26 additions and 173 deletions

View File

@ -72,6 +72,6 @@ public function path(): string
public function storagePath(): string
{
return '/'.$this->name.'.zip';
return '/'.$this->backup->database->name.'/'.$this->name.'.zip';
}
}