Skip to content

Commit b5fd248

Browse files
committed
提交代码
1 parent 35be3dc commit b5fd248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Admin/ConsoleController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function update(Request $request)
152152
$result['app_version'] = config('app.version');
153153
$result['repository'] = $repository;
154154

155-
$result['can_update'] = true;
155+
$result['can_update'] = false;
156156

157157
if(isset($repository['name'])) {
158158
if($repository['name'] != $result['app_version']) {

0 commit comments

Comments
 (0)