1 | <?php |
||
2 | |||
3 | return [ |
||
4 | 'account_id' => env('TATUM_API_KEY'), |
||
0 ignored issues
–
show
Bug
introduced
by
![]() |
|||
5 | 'api_key' => env('TATUM_API_KEY'), |
||
6 | ]; |
||
7 |