query and graph
This commit is contained in:
@@ -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,
|
||||
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user