set action
This commit is contained in:
parent
02ded1a613
commit
85c4a850b1
@ -32,7 +32,6 @@ class ListJsonTable
|
||||
$this->json = $json;
|
||||
$this->data = json_decode($this->json, true);
|
||||
$this->baseUrl = $this->data['meta']['baseUrl'] ?? '';
|
||||
$this->setActions();
|
||||
}
|
||||
|
||||
public function beginTable(): void
|
||||
@ -153,8 +152,9 @@ class ListJsonTable
|
||||
return $actions;
|
||||
}
|
||||
|
||||
public function create()
|
||||
public function create(): void
|
||||
{
|
||||
$this->setActions();
|
||||
$this->beginTable();
|
||||
$this->createThead();
|
||||
$this->createTbody();
|
||||
|
Loading…
Reference in New Issue
Block a user