mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
filament create&edit redirect
This commit is contained in:
@@ -111,6 +111,7 @@ if ($currentStep == 4) {
|
||||
$install->createSymbolicLinks($symbolicLinks);
|
||||
$install->runDatabaseSeeder();
|
||||
$install->saveSettings($settings);
|
||||
$install->migrateSearchBoxModeRelated();
|
||||
$install->nextStep();
|
||||
} catch (\Exception $e) {
|
||||
$error = $e->getMessage();
|
||||
|
||||
Reference in New Issue
Block a user