crazy stuff
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php namespace Lucent\Core\Schema\Data;
|
||||
|
||||
class Field
|
||||
{
|
||||
public function __construct(
|
||||
public string $id,
|
||||
public string $label,
|
||||
public string $type,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user