- Suppression d'un dump

This commit is contained in:
2025-01-29 10:44:10 +01:00
parent 45362ae9d9
commit 7f975e64ce
3 changed files with 173 additions and 3 deletions

View File

@ -25,7 +25,7 @@ class GoogleBooksService
// Convertir la réponse JSON en tableau PHP
$dataArray = $response->toArray();
dump($dataArray);
return $dataArray;
}
}