1
0
Fork 0
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:
github-actions[bot] 2025-06-09 14:23:44 +00:00
parent 608e11a4f0
commit 8d37415fc8

View file

@ -416,8 +416,7 @@ class TableRLSManager implements RLSPolicyManager
array $foreignKeys,
array &$cachedPaths,
array $visitedTables
): array
{
): array {
$visitedTables = [...$visitedTables, $table];
$shortestPath = [];
$hasRecursiveRelationships = false;