Browse Source

add missed line separator

PHP-GTK3
yggverse 3 months ago
parent
commit
84cc4899d7
  1. 3
      src/Entity/App.php

3
src/Entity/App.php

@ -15,7 +15,8 @@ class App @@ -15,7 +15,8 @@ class App
public \GtkHeaderBar $header;
public \GtkNotebook $tabs;
public function __construct() {
public function __construct()
{
// Init config
$this->config = new \Yggverse\Yoda\Model\Config;

Loading…
Cancel
Save