dev: FIX style

This commit is contained in:
mahdi msr 2025-09-29 03:46:30 +03:30
parent 51a8bdfa1f
commit 21f9041697
1 changed files with 2 additions and 2 deletions

View File

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