Merge pull request #5 from mahdimsr/dev

dev: FIX style
This commit is contained in:
mahdi mansouri 2025-09-29 03:47:15 +03:30 committed by GitHub
commit 4eca234d85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
return [
'future_base_uri' => 'https://fapi.bitunix.com/',
'api_key' => env('BITUNIX_API_KEY'),
'api_secret' => env('BITUNIX_API_SECRET'),
'api_key' => '',
'api_secret' => '',
'language' => 'en-US',
];