From 8b8cd00ca8b1b95da53715544e7404835cbf72f8 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 16 Jun 2023 08:38:16 +0200 Subject: [PATCH] CI testing --- src/Commands/CreateRLSPoliciesForTenantTables.php | 1 + 1 file changed, 1 insertion(+) 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)); });