mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 21:41:03 +08:00
filament create&edit redirect
This commit is contained in:
@@ -276,8 +276,7 @@ class Update extends Install
|
||||
$this->runMigrate('database/migrations/2022_09_05_230532_add_mode_to_section_related.php');
|
||||
$this->runMigrate('database/migrations/2022_09_06_004318_add_section_name_to_searchbox_table.php');
|
||||
$this->runMigrate('database/migrations/2022_09_06_030324_change_searchbox_field_extra_to_json.php');
|
||||
$searchBoxRep = new SearchBoxRepository();
|
||||
$searchBoxRep->migrateToModeRelated();
|
||||
$this->migrateSearchBoxModeRelated();
|
||||
$this->doLog("[MIGRATE_TAXONOMY_TO_MODE_RELATED]");
|
||||
}
|
||||
$this->removeMenu(['catmanage.php']);
|
||||
|
||||
Reference in New Issue
Block a user