Skip to content

Commit

Permalink
Update Version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Oct 4, 2024
1 parent f18c2b6 commit 4d4820b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ public function checkForUpdates()
}
}

$debug = 1;
$debug = 0;
if ($debug) {
$dm = new DownloadMicroweber();
$dm->handle();
} else {
DownloadMicroweber::dispatch();
}
}
}

0 comments on commit 4d4820b

Please sign in to comment.