From ecab253e331662a3d5ca31894dca7f4c3966a1e1 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 14 Jun 2023 09:28:57 +0200 Subject: [PATCH] wip #6025 @0:05 --- src/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api.php b/src/Api.php index 9f8f9f6..e7b594f 100644 --- a/src/Api.php +++ b/src/Api.php @@ -117,7 +117,7 @@ class Api ] )->getBody()->getContents(); } catch (\Exception $e) { - dd($e); + } } } \ No newline at end of file -- 2.39.5