mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-14 21:58:14 +00:00
🤖 Auto commit for release 'develop' on 2025-11-06
This commit is contained in:
@@ -122,6 +122,7 @@ class AttachmentController extends Controller
|
||||
return $response;
|
||||
}
|
||||
$message = 'Could not find the indicated attachment. The file is no longer there.';
|
||||
|
||||
return view('errors.error', compact('message'));
|
||||
}
|
||||
|
||||
@@ -224,6 +225,7 @@ class AttachmentController extends Controller
|
||||
}
|
||||
|
||||
$message = 'Could not find the indicated attachment. The file is no longer there.';
|
||||
|
||||
return view('errors.error', compact('message'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user