edges wip
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php namespace Lucent\Core\Schema\Data\FieldProp;
|
||||
|
||||
class RelationFieldProp implements IFieldProp
|
||||
{
|
||||
public function __construct(
|
||||
public array $schemas,
|
||||
public int $min,
|
||||
public int $max,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user