This commit is contained in:
Shish
2020-01-26 16:38:13 +00:00
parent 6cc7124069
commit 60dda96fd2
6 changed files with 5 additions and 19 deletions

View File

@ -53,10 +53,7 @@ class SetupBlock extends Block
public function __construct(string $title)
{
$this->header = $title;
$this->section = "main";
$this->position = 50;
$this->body = "";
parent::__construct($title, "", "main", 50);
}
public function add_label(string $text)