Fix backend code styling

This commit is contained in:
MakingCG
2021-07-23 15:17:30 +00:00
committed by GitHub Actions
parent 32d54fa50e
commit 35fefdc383
6 changed files with 10 additions and 12 deletions

View File

@@ -63,7 +63,7 @@ class StoreAppSettingsController extends Controller
[
'name' => 'storage_default',
'value' => $request->input('defaultStorage') ?? 5,
]
],
])->each(function ($col) {
Setting::forceCreate([
'name' => $col['name'],