This commit is contained in:
2023-10-13 21:06:23 +03:00
parent 129e3af471
commit 9e37a7f730
34 changed files with 845 additions and 780 deletions
+1
View File
@@ -16,6 +16,7 @@ class QueryRecord
public bool $isRoot,
public ?File $_file = null,
public array $_children = [],
public array $_parents = [],
)
{
}