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:
@@ -4,6 +4,7 @@ namespace Nexus\Install;
|
||||
|
||||
use App\Models\Setting;
|
||||
use App\Models\User;
|
||||
use App\Repositories\SearchBoxRepository;
|
||||
use App\Repositories\UserRepository;
|
||||
use Illuminate\Support\Str;
|
||||
use Nexus\Database\NexusDB;
|
||||
@@ -711,4 +712,11 @@ class Install
|
||||
return $this->steps[$step - 1] ?? '';
|
||||
}
|
||||
|
||||
public function migrateSearchBoxModeRelated()
|
||||
{
|
||||
$this->doLog("[migrateSearchBoxModeRelated]");
|
||||
$searchBoxRep = new SearchBoxRepository();
|
||||
$searchBoxRep->migrateToModeRelated();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user