Update global-stuff.blade.md

This commit is contained in:
Chris Brown 2019-09-23 17:49:23 -04:00 committed by GitHub
parent 4366163024
commit 3b862c238c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ Create a new connection and use it like `DB::connection($connectionName)->table(
## Global Redis {#global-redis}
Create a new connection, *don't* put it into `tenancy.redis.prefixed_connectoins`, and use it like `Redis::connection('foo')->get('bar')`
Create a new connection, *don't* put it into `tenancy.redis.prefixed_connections`, and use it like `Redis::connection('foo')->get('bar')`
## Global Queues/Jobs {#global-queues-jobs}