feat: stripe
This commit is contained in:
@@ -116,7 +116,7 @@ class AiMealPostGenerator
|
||||
->timeout($this->imageTimeout())
|
||||
->generate();
|
||||
|
||||
$path = $response->storePublicly($this->imageStoragePath(), );
|
||||
$path = $response->store($this->imageStoragePath());
|
||||
|
||||
if (! is_string($path)) {
|
||||
throw new RuntimeException("L'image du repas IA n'a pas pu etre stockee.");
|
||||
|
||||
Reference in New Issue
Block a user