@@ -22,7 +22,7 @@ |
||
22 | 22 | protected function configureData($data){ |
23 | 23 | if (is_array($data)){ |
24 | 24 | $data['grant_type'] = 'refresh_token'; |
25 | - }elseif (is_object($data)){ |
|
25 | + } elseif (is_object($data)){ |
|
26 | 26 | $data->grant_type = 'refresh_token'; |
27 | 27 | } |
28 | 28 | return $data; |