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

Fix code style (php-cs-fixer)

This commit is contained in:
github-actions[bot] 2025-06-09 13:38:36 +00:00
parent e7d406b3df
commit 4f909b09d9

View file

@ -87,7 +87,7 @@ class TableRLSManager implements RLSPolicyManager
$shortestPaths[$tableName] = array_map(fn (array $step) => [
'foreignKey' => $step['foreignKey'],
'foreignTable' => $step['foreignTable'],
'foreignId' => $step['foreignId']
'foreignId' => $step['foreignId'],
], $shortestPath['steps']);
}