From fd06b4a1caebfef5cdde9c83ef5ec55f9d687919 Mon Sep 17 00:00:00 2001 From: weizong song Date: Wed, 5 Jul 2023 20:03:33 +0800 Subject: [PATCH] up --- app/Http/Controllers/Admin/StatisticsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Admin/StatisticsController.php b/app/Http/Controllers/Admin/StatisticsController.php index 38f2534..283c92b 100755 --- a/app/Http/Controllers/Admin/StatisticsController.php +++ b/app/Http/Controllers/Admin/StatisticsController.php @@ -128,7 +128,7 @@ class StatisticsController extends CommonController $this->_getMonthData(); $laravel_duration = microtime(true) - LARAVEL_START; - return view($this->urlPrefix . "/salary"); + return view($this->urlPrefix . "/salary", compact("laravel_duration")); } public function overview(Request $request)