Skip to content

Commit a89e624

Browse files
committed
fix: credential order
1 parent d3c7984 commit a89e624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TouchSmsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public function register()
2020
}
2121

2222
return new touchSMS(
23-
$app['config']['services.touchsms.token_id'],
2423
$app['config']['services.touchsms.access_token'],
24+
$app['config']['services.touchsms.token_id'],
2525
$app['config']['services.touchsms.sandbox'] ?? false
2626
);
2727
});

0 commit comments

Comments
 (0)