mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 15:34:04 +00:00
Move RLS toggling and model directories config to tenancy.rls
This commit is contained in:
parent
6b19a26d2c
commit
f859a5da06
4 changed files with 14 additions and 15 deletions
|
|
@ -181,7 +181,11 @@ return [
|
|||
*
|
||||
* Requires Postgres with single-database tenancy.
|
||||
*/
|
||||
'rls' => false,
|
||||
],
|
||||
|
||||
'rls' => [
|
||||
'enabled' => false,
|
||||
'model_directories' => ['app/Models'],
|
||||
],
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue