From ddce22cb4bc2f157429c87ee6c25f04ef604a4b4 Mon Sep 17 00:00:00 2001 From: Mike Russell Date: Fri, 28 Apr 2017 20:21:22 -0400 Subject: [PATCH] Fix My Last Commit --- src/Endpoint/Abstracts/AbstractEndpoint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Endpoint/Abstracts/AbstractEndpoint.php b/src/Endpoint/Abstracts/AbstractEndpoint.php index 12b357f..a4fcb48 100644 --- a/src/Endpoint/Abstracts/AbstractEndpoint.php +++ b/src/Endpoint/Abstracts/AbstractEndpoint.php @@ -344,7 +344,7 @@ protected function configureURL(array $options) $optionNum = 0; $keys = array_keys($options); sort($keys); - foreach($options as $key => $value){ + foreach($keys as $key){ if (is_numeric($key)){ $optionNum = $key; break;