🐛 fix(AdminController): Ajoute l'extension .pdf à l'URL du document.

This commit is contained in:
Serreau Jovann
2025-11-29 14:06:57 +01:00
parent 5f53d00edf
commit bb2a237ecb

View File

@@ -373,7 +373,7 @@ class AdminController extends AbstractController
'documents' => [
[
'name' => 'adh-ecosplay-'.$main->getAgDateAt()->format('d-m-Y'),
'file' => $url
'file' => $url.".pdf"
]
],
'submitters' => $sub,