diff --git a/src/Commands/CreateRLSPoliciesForTenantTables.php b/src/Commands/CreateRLSPoliciesForTenantTables.php index cdcae3e4..47593285 100644 --- a/src/Commands/CreateRLSPoliciesForTenantTables.php +++ b/src/Commands/CreateRLSPoliciesForTenantTables.php @@ -20,6 +20,7 @@ class CreateRLSPoliciesForTenantTables extends Command public function handle(): int { DB::transaction(function () { + dump(tenancy()->getModels(), tenancy()->getTenantModels()); tenancy()->getModels()->each(fn (Model $model) => $this->useRlsOnModel($model)); });