mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:44:04 +00:00
Remove global config() call
This commit is contained in:
parent
07e5ad76d0
commit
aeafa24971
1 changed files with 1 additions and 1 deletions
|
|
@ -44,6 +44,6 @@ class RedisTenancyBootstrapper implements TenancyBootstrapper
|
||||||
|
|
||||||
protected function prefixedConnections()
|
protected function prefixedConnections()
|
||||||
{
|
{
|
||||||
return config('tenancy.redis.prefixed_connections');
|
return $this->app['config']['tenancy.redis.prefixed_connections'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue