public static function init()
 {
     $updater = new self();
     if ($updater->update_required()) {
         $updater->do_updates();
     }
 }
 public static function init()
 {
     $updater = new self();
     $updater->do_updates();
 }