From d14eb8609b54217620baa39e0af2d2148fc00812 Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Wed, 26 Apr 2023 16:10:57 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Actions/CreateRLSPoliciesForTables.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Actions/CreateRLSPoliciesForTables.php b/src/Actions/CreateRLSPoliciesForTables.php index 9a29eb2d..4c9479fb 100644 --- a/src/Actions/CreateRLSPoliciesForTables.php +++ b/src/Actions/CreateRLSPoliciesForTables.php @@ -58,7 +58,6 @@ class CreateRLSPoliciesForTables DB::statement("ALTER TABLE {$table} FORCE ROW LEVEL SECURITY"); - // $this->components->info("Created RLS policy for table '$table'"); }