mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45: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 \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…
Add table
Add a link
Reference in a new issue