mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add seed bonus + seed time update time
This commit is contained in:
@@ -322,6 +322,7 @@ class Update extends Install
|
||||
if (empty($menus)) {
|
||||
return;
|
||||
}
|
||||
$this->doLog("[REMOVE MENU]: " . json_encode($menus));
|
||||
foreach ($tables as $table) {
|
||||
NexusDB::table($table)->whereIn('url', $menus)->delete();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user