query and graph

This commit is contained in:
2024-03-23 21:12:07 +02:00
parent b8efa5f586
commit c649077e37
33 changed files with 4335 additions and 908 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ namespace Lucent\Revision;
use Illuminate\Support\Str;
use Lucent\Edge\EdgeCollection;
use Lucent\Record\File;
use Lucent\Record\FileInfo;
use Lucent\Record\Record;
use Lucent\Record\RecordData;
use Lucent\Record\System;
@@ -19,7 +19,7 @@ readonly class Revision
public System $_sys,
public RecordData $data,
public EdgeCollection $_edges,
public ?File $_file = null,
public ?FileInfo $_file = null,
)
{