1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 20:54:03 +00:00

Move RLS toggling and model directories config to tenancy.rls

This commit is contained in:
lukinovec 2023-06-15 10:27:18 +02:00
parent 6b19a26d2c
commit f859a5da06
4 changed files with 14 additions and 15 deletions

View file

@ -181,7 +181,11 @@ return [
*
* Requires Postgres with single-database tenancy.
*/
'rls' => false,
],
'rls' => [
'enabled' => false,
'model_directories' => ['app/Models'],
],
/**