freyo /
mta-h5
| 1 | <?php |
||
| 2 | |||
| 3 | return [ |
||
| 4 | |||
| 5 | 'response_type' => env('MTAH5_RESPONSE_TYPE', 'array'), |
||
|
0 ignored issues
–
show
Bug
introduced
by
Loading history...
|
|||
| 6 | 'app_id' => env('MTAH5_APP_ID', ''), |
||
| 7 | 'secret_key' => env('MTAH5_SECRET_KEY', ''), |
||
| 8 | |||
| 9 | ]; |
||
| 10 |