From 483630897ec867d21da903a352065c73b8b5a5eb Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Thu, 27 Apr 2023 11:48:25 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Commands/CreateRLSPoliciesForTenantTables.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Commands/CreateRLSPoliciesForTenantTables.php b/src/Commands/CreateRLSPoliciesForTenantTables.php index 6d5d27b3..0595c410 100644 --- a/src/Commands/CreateRLSPoliciesForTenantTables.php +++ b/src/Commands/CreateRLSPoliciesForTenantTables.php @@ -55,7 +55,6 @@ class CreateRLSPoliciesForTenantTables extends Command $this->components->info("Created RLS policy for table '$table'"); } - } return Command::SUCCESS;