feat: activity page
This commit is contained in:
parent
f418b36167
commit
19395b4869
@@ -48,6 +48,7 @@ final class ConvertFileController extends AbstractController
|
||||
|
||||
// Retourner le fichier converti
|
||||
$fileContent = file_get_contents($response->convertedFilePath);
|
||||
@unlink($response->convertedFilePath);
|
||||
|
||||
return new Response(
|
||||
content: $fileContent,
|
||||
|
||||
Reference in New Issue
Block a user