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");