mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
remove extra arguments
This commit is contained in:
parent
cf246ee53d
commit
27a8f71b27
1 changed files with 2 additions and 6 deletions
|
|
@ -15,13 +15,9 @@ class App
|
||||||
public \GtkHeaderBar $header;
|
public \GtkHeaderBar $header;
|
||||||
public \GtkNotebook $tabs;
|
public \GtkNotebook $tabs;
|
||||||
|
|
||||||
public function __construct(
|
public function __construct() {
|
||||||
?string $config = null
|
|
||||||
) {
|
|
||||||
// Init config
|
// Init config
|
||||||
$this->config = new \Yggverse\Yoda\Model\Config(
|
$this->config = new \Yggverse\Yoda\Model\Config;
|
||||||
$config
|
|
||||||
);
|
|
||||||
|
|
||||||
// Init database
|
// Init database
|
||||||
$this->database = new \Yggverse\Yoda\Model\Database(
|
$this->database = new \Yggverse\Yoda\Model\Database(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue