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

Register CreateRLSPoliciesForTenantTables in TSP

This commit is contained in:
lukinovec 2023-04-21 11:30:45 +02:00
parent cde3d4dc36
commit 54d0ca6a68

View file

@ -89,6 +89,7 @@ class TenancyServiceProvider extends ServiceProvider
Commands\MigrateFresh::class, Commands\MigrateFresh::class,
Commands\ClearPendingTenants::class, Commands\ClearPendingTenants::class,
Commands\CreatePendingTenants::class, Commands\CreatePendingTenants::class,
Commands\CreateRLSPoliciesForTenantTables::class,
]); ]);
$this->app->extend(FreshCommand::class, function () { $this->app->extend(FreshCommand::class, function () {