We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c7984 commit a89e624Copy full SHA for a89e624
src/TouchSmsServiceProvider.php
@@ -20,8 +20,8 @@ public function register()
20
}
21
22
return new touchSMS(
23
- $app['config']['services.touchsms.token_id'],
24
$app['config']['services.touchsms.access_token'],
+ $app['config']['services.touchsms.token_id'],
25
$app['config']['services.touchsms.sandbox'] ?? false
26
);
27
});
0 commit comments