We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54621ee + a8b2f3a commit 0096371Copy full SHA for 0096371
.env.example
@@ -1,5 +1,5 @@
1
[app]
2
-app_name = false
+app_name = PearProject
3
app_version = 2.8.15
4
app_host = ''
5
app_debug = false
application/project/controller/Project.php
@@ -93,7 +93,7 @@ public function index()
93
$newList[] = $item;
94
}
95
96
- $this->success('', ['list' => $newList, 'total' => count($newList)]);
+ $this->success('', ['list' => $newList, 'total' => $list['total']]);
97
98
99
public function analysis(Request $request)
0 commit comments