Skip to content

Commit 09bdad5

Browse files
Update IndexController.php
1 parent 23bff8d commit 09bdad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugin/admin/app/controller/IndexController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function dashboard(Request $request): Response
8787
'php_version' => PHP_VERSION,
8888
'workerman_version' => Worker::VERSION,
8989
'webman_version' => Util::getPackageVersion('workerman/webman-framework'),
90-
'admin_version' => config('plugin.admin.app.version'),
90+
'admin_version' => Util::getPackageVersion('webman/admin'),
9191
'mysql_version' => $mysql_version,
9292
'os' => PHP_OS,
9393
'day7_detail' => array_reverse($day7_detail),

0 commit comments

Comments
 (0)