mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 02:54:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
608e11a4f0
commit
8d37415fc8
1 changed files with 1 additions and 2 deletions
|
|
@ -416,8 +416,7 @@ class TableRLSManager implements RLSPolicyManager
|
||||||
array $foreignKeys,
|
array $foreignKeys,
|
||||||
array &$cachedPaths,
|
array &$cachedPaths,
|
||||||
array $visitedTables
|
array $visitedTables
|
||||||
): array
|
): array {
|
||||||
{
|
|
||||||
$visitedTables = [...$visitedTables, $table];
|
$visitedTables = [...$visitedTables, $table];
|
||||||
$shortestPath = [];
|
$shortestPath = [];
|
||||||
$hasRecursiveRelationships = false;
|
$hasRecursiveRelationships = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue