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:
parent
034c284303
commit
4eea9f1031
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue