From e7b61ea313b05cfc251b5b1d48b268a829008365 Mon Sep 17 00:00:00 2001 From: magdev Date: Sat, 29 Apr 2023 08:05:12 +0200 Subject: [PATCH] use an enumeration for the api names --- src/Enum/ApiName.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/Enum/ApiName.php diff --git a/src/Enum/ApiName.php b/src/Enum/ApiName.php new file mode 100644 index 0000000..e25e967 --- /dev/null +++ b/src/Enum/ApiName.php @@ -0,0 +1,27 @@ +