diff --git a/src/Commands/CreateRLSPoliciesForTenantTables.php b/src/Commands/CreateRLSPoliciesForTenantTables.php index 4e3d5950..4d5898ce 100644 --- a/src/Commands/CreateRLSPoliciesForTenantTables.php +++ b/src/Commands/CreateRLSPoliciesForTenantTables.php @@ -1,5 +1,7 @@ components->info("Created RLS policy for table '$table'"); } - return Command::SUCCESS; } diff --git a/src/Jobs/CreatePostgresRoleForTenant.php b/src/Jobs/CreatePostgresRoleForTenant.php index 0f3e9dcb..f868bcbe 100644 --- a/src/Jobs/CreatePostgresRoleForTenant.php +++ b/src/Jobs/CreatePostgresRoleForTenant.php @@ -1,15 +1,17 @@