Files
investbrain/config/finnhub.php
T

8 lines
82 B
PHP
Raw Normal View History

2024-09-12 21:05:01 -05:00
<?php
2025-01-28 17:33:54 -06:00
declare(strict_types=1);
2024-09-12 21:05:01 -05:00
return [
'key' => env('FINNHUB_API_KEY'),
];