move config to investbrain keyspace
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user