Skip to content

Commit 8c1ed50

Browse files
committed
Update to 1.2.1
1 parent 5ce9586 commit 8c1ed50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
The recommended way of including this package in your project is by using
1515
Composer. Add it to the `require` section of your project's `composer.json`.
1616

17-
"basekit/php-api-client": "1.2.0"
17+
"basekit/php-api-client": "1.2.1"
1818

1919
Usage
2020
-----

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ public static function factory($config = [])
1414
$authType = null;
1515
if (isset($config['auth_type'])) {
1616
$authType = $config['auth_type'];
17+
unset($config['auth_type']);
1718
}
18-
unset($config['auth_type']);
1919
if ($authType === AuthType::OAUTH) {
2020
$required = [
2121
'base_url',

0 commit comments

Comments
 (0)