get item relations
This commit is contained in:
@ -25,6 +25,9 @@ $table->beforePrint(function () use ($content) {
|
||||
return $btn;
|
||||
});
|
||||
|
||||
$entityRelation = new \kernel\EntityRelation();
|
||||
$additional = $entityRelation->getEntityAdditionalProperty("post", $content);
|
||||
|
||||
$table->rows([
|
||||
'created_at' => function ($data) {
|
||||
if (!$data){
|
||||
|
Reference in New Issue
Block a user