This commit is contained in:
2026-05-26 09:45:44 +02:00
parent 8b162c8e4c
commit 19604a6e3e
8 changed files with 145 additions and 84 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ class AiMealPostGenerator
->timeout($this->imageTimeout())
->generate();
$path = $response->storePublicly($this->imageStoragePath(), 'public');
$path = $response->storePublicly($this->imageStoragePath(), );
if (! is_string($path)) {
throw new RuntimeException("L'image du repas IA n'a pas pu etre stockee.");