mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
false -> true
This commit is contained in:
parent
327908cb02
commit
a62f18cb91
1 changed files with 1 additions and 1 deletions
2
dist/index.html
vendored
2
dist/index.html
vendored
|
|
@ -141,7 +141,7 @@ cache()->remember('total_revenue', function () {
|
||||||
<div class="lg:w-1/2 lg:px-10 leading-relaxed">
|
<div class="lg:w-1/2 lg:px-10 leading-relaxed">
|
||||||
<pre class="mt-5 lg:mt-0 whitespace-pre-wrap bg-white w-full inline-block p-4 rounded-lg shadow-lg">
|
<pre class="mt-5 lg:mt-0 whitespace-pre-wrap bg-white w-full inline-block p-4 rounded-lg shadow-lg">
|
||||||
'redis' => [
|
'redis' => [
|
||||||
'tenancy' => false,
|
'tenancy' => true,
|
||||||
'prefix_base' => 'tenant',
|
'prefix_base' => 'tenant',
|
||||||
'prefixed_connections' => [
|
'prefixed_connections' => [
|
||||||
'default',
|
'default',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue