🤖 Auto commit for release 'develop' on 2025-11-06

This commit is contained in:
JC5
2025-11-06 06:23:01 +01:00
parent d2b15734cc
commit cf1c7262cd
6 changed files with 126 additions and 65 deletions

View File

@@ -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'));
}
}