- WIP on Notes v2.x
This commit is contained in:
parent
91ddd4d64c
commit
38638b5ad4
|
@ -2,12 +2,14 @@
|
||||||
|
|
||||||
namespace Lean\Console\Lib\Database;
|
namespace Lean\Console\Lib\Database;
|
||||||
|
|
||||||
|
use Notes\Common\ReflectedProperty;
|
||||||
|
|
||||||
class Definition
|
class Definition
|
||||||
{
|
{
|
||||||
public function __construct(
|
public function __construct(
|
||||||
public string $entity,
|
public string $entity,
|
||||||
public string|null $field = null,
|
public string|null $field = null,
|
||||||
public array|null $definition = null,
|
public array|null|ReflectedProperty $definition = null,
|
||||||
public null|Modifier|array $modifier = null,
|
public null|Modifier|array $modifier = null,
|
||||||
public null|Definition $previous = null,
|
public null|Definition $previous = null,
|
||||||
public null|string $action = null,
|
public null|string $action = null,
|
||||||
|
|
Loading…
Reference in New Issue