move config to investbrain keyspace

This commit is contained in:
hackerESQ
2024-09-09 17:20:26 -05:00
parent 6859b712d0
commit 8a9bb68354
4 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ class AppServiceProvider extends ServiceProvider
{
$market_data = config(
"market_data." .
config('market_data.default', 'yahoo')
"investbrain." .
config('investbrain.default', 'yahoo')
);
$this->app->bind(