create record wip
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php namespace Lucent\Core\Data;
|
||||
|
||||
use Carbon\Carbon;
|
||||
|
||||
class RecordField
|
||||
{
|
||||
public function __construct(
|
||||
public string $id,
|
||||
public string $locale,
|
||||
public mixed $value,
|
||||
public Carbon $createdAt,
|
||||
public string $createdBy,
|
||||
public Carbon $updatedAt,
|
||||
public string $updatedBy,
|
||||
public int $version,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user