Skip to content

Commit 0096371

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents 54621ee + a8b2f3a commit 0096371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[app]
2-
app_name = false
2+
app_name = PearProject
33
app_version = 2.8.15
44
app_host = ''
55
app_debug = false

application/project/controller/Project.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function index()
9393
$newList[] = $item;
9494
}
9595
}
96-
$this->success('', ['list' => $newList, 'total' => count($newList)]);
96+
$this->success('', ['list' => $newList, 'total' => $list['total']]);
9797
}
9898

9999
public function analysis(Request $request)

0 commit comments

Comments
 (0)