fix: strongly type symbol for market data and quote

This commit is contained in:
hackerESQ
2025-01-28 19:35:15 -06:00
parent d23d28afd8
commit 399858d09b
6 changed files with 38 additions and 16 deletions
@@ -20,6 +20,7 @@ class FallbackInterface
$provider = trim($provider);
try {
Log::warning("Calling method {$method} ({$provider})");
if (! in_array($provider, array_keys(config('investbrain.interfaces', [])))) {