Browse Source

remove extra arguments

PHP-GTK3
yggverse 3 months ago
parent
commit
27a8f71b27
  1. 8
      src/Entity/App.php

8
src/Entity/App.php

@ -15,13 +15,9 @@ class App @@ -15,13 +15,9 @@ class App
public \GtkHeaderBar $header;
public \GtkNotebook $tabs;
public function __construct(
?string $config = null
) {
public function __construct() {
// Init config
$this->config = new \Yggverse\Yoda\Model\Config(
$config
);
$this->config = new \Yggverse\Yoda\Model\Config;
// Init database
$this->database = new \Yggverse\Yoda\Model\Database(

Loading…
Cancel
Save