forked from Cavemanon/cavepaintings
nits
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user