mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 07:54:03 +00:00
Register CreateRLSPoliciesForTenantTables in TSP
This commit is contained in:
parent
cde3d4dc36
commit
54d0ca6a68
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
Commands\MigrateFresh::class,
|
||||
Commands\ClearPendingTenants::class,
|
||||
Commands\CreatePendingTenants::class,
|
||||
Commands\CreateRLSPoliciesForTenantTables::class,
|
||||
]);
|
||||
|
||||
$this->app->extend(FreshCommand::class, function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue