Merge pull request #11 from drbyte/patch-1

Update global-stuff.blade.md
This commit is contained in:
Samuel Štancl 2019-09-23 23:56:39 +02:00 committed by GitHub
commit e55cb2d8ab
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}