mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 23:14:05 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
e7d406b3df
commit
4f909b09d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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']);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue