Browse Source

enshort construction

PHP-GTK3
yggverse 6 months ago
parent
commit
a4b0585014
  1. 2
      src/Yoda.php

2
src/Yoda.php

@ -9,6 +9,6 @@ require_once __DIR__ . @@ -9,6 +9,6 @@ require_once __DIR__ .
// Init app
\Gtk::init();
new \Yggverse\Yoda\Entity\App();
new \Yggverse\Yoda\Entity\App;
\Gtk::main();
Loading…
Cancel
Save