mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 01:14:03 +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) => [
|
$shortestPaths[$tableName] = array_map(fn (array $step) => [
|
||||||
'foreignKey' => $step['foreignKey'],
|
'foreignKey' => $step['foreignKey'],
|
||||||
'foreignTable' => $step['foreignTable'],
|
'foreignTable' => $step['foreignTable'],
|
||||||
'foreignId' => $step['foreignId']
|
'foreignId' => $step['foreignId'],
|
||||||
], $shortestPath['steps']);
|
], $shortestPath['steps']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue