mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
chunk upload and multipart upload beta.1
This commit is contained in:
@@ -589,8 +589,8 @@ class SetupWizardController extends Controller
|
||||
// Create legal pages and index content
|
||||
if ($request->license === 'Extended') {
|
||||
|
||||
$pages = collect(config('vuefilemanager.pages'));
|
||||
$content = collect(config('vuefilemanager.content'));
|
||||
$pages = collect(config('content.pages'));
|
||||
$content = collect(config('content.content'));
|
||||
|
||||
$content->each(function ($content) {
|
||||
Setting::updateOrCreate($content);
|
||||
|
||||
Reference in New Issue
Block a user