Fix an error when updating
This commit is contained in:
parent
86c9def60f
commit
90836c6d1e
@ -225,7 +225,7 @@ class SetupController extends Controller
|
||||
|
||||
Artisan::call('view:clear');
|
||||
|
||||
return view('setup.updates.success', ['tips' => $tips]);
|
||||
return view('setup.updates.success', ['tips' => $tips ?? []]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
3
resources/misc/changelogs/en/4.1.3.md
Normal file
3
resources/misc/changelogs/en/4.1.3.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Fixed
|
||||
|
||||
- Fixed an error when updating.
|
3
resources/misc/changelogs/zh_CN/4.1.3.md
Normal file
3
resources/misc/changelogs/zh_CN/4.1.3.md
Normal file
@ -0,0 +1,3 @@
|
||||
## 修复
|
||||
|
||||
- 修复升级过程中的错误
|
Loading…
Reference in New Issue
Block a user