From 4eea9f1031479c63d7dcfaaaa3ff97b6c313ae01 Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Wed, 26 Apr 2023 13:34:54 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Actions/CreateRLSPoliciesForTables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Actions/CreateRLSPoliciesForTables.php b/src/Actions/CreateRLSPoliciesForTables.php index 94f21fcb..82f58da2 100644 --- a/src/Actions/CreateRLSPoliciesForTables.php +++ b/src/Actions/CreateRLSPoliciesForTables.php @@ -43,7 +43,7 @@ class CreateRLSPoliciesForTables ) )"); - dump(DB::select("select CURRENT_USER")); + dump(DB::select('select CURRENT_USER')); DB::statement("ALTER TABLE {$table} FORCE ROW LEVEL SECURITY");