diff --git a/src/Yoda.php b/src/Yoda.php index b43fb766..d957d312 100644 --- a/src/Yoda.php +++ b/src/Yoda.php @@ -9,6 +9,6 @@ require_once __DIR__ . // Init app \Gtk::init(); -new \Yggverse\Yoda\Entity\App(); +new \Yggverse\Yoda\Entity\App; \Gtk::main(); \ No newline at end of file