mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:04: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 &$cachedPaths,
|
||||
array $visitedTables
|
||||
): array
|
||||
{
|
||||
): array {
|
||||
$visitedTables = [...$visitedTables, $table];
|
||||
$shortestPath = [];
|
||||
$hasRecursiveRelationships = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue