1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 22:44:05 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2023-04-26 13:34:54 +00:00
parent 034c284303
commit 4eea9f1031

View file

@ -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"); DB::statement("ALTER TABLE {$table} FORCE ROW LEVEL SECURITY");