mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
More PHP8.4 updates
This commit is contained in:
@@ -55,7 +55,7 @@ class AttachmentRepository implements AttachmentRepositoryInterface, UserGroupIn
|
||||
|
||||
try {
|
||||
Storage::disk('upload')->delete($path);
|
||||
} catch (UnableToDeleteFile $e) {
|
||||
} catch (UnableToDeleteFile) {
|
||||
// @ignoreException
|
||||
}
|
||||
$attachment->delete();
|
||||
|
Reference in New Issue
Block a user