From d27273d3e72a5095a59b5fee2eadc05e05dcf6a6 Mon Sep 17 00:00:00 2001 From: Krishan Koenig Date: Mon, 20 Nov 2023 18:51:34 +0100 Subject: [PATCH] wip --- src/Resources/HasPresetOptions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Resources/HasPresetOptions.php b/src/Resources/HasPresetOptions.php index 63021c3c..8a0e24e2 100644 --- a/src/Resources/HasPresetOptions.php +++ b/src/Resources/HasPresetOptions.php @@ -6,6 +6,7 @@ /** * @property MollieApiClient $client + * @property string $mode */ trait HasPresetOptions {