Skip to content

Commit

Permalink
Fix My Last Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelJ2324 committed Apr 29, 2017
1 parent 0562425 commit ddce22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Endpoint/Abstracts/AbstractEndpoint.php
Expand Up @@ -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;
Expand Down

0 comments on commit ddce22c

Please sign in to comment.