From 377291ecc38f05098c1b4a38c217957532a2ac8f Mon Sep 17 00:00:00 2001 From: desion <334039090@qq.com> Date: Sun, 30 Aug 2020 21:11:21 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E7=A4=BE=E5=8C=BA=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E6=95=B0=E6=8D=AE"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d3859675a0b14b23fcfad69861a42350b7ac9e26. --- app/Admin/Controllers/HomeController.php | 2 +- app/Admin/{Card => Metrics}/Community/TotalAmount.php | 2 +- app/Admin/{Card => Metrics}/Community/TotalCommunity.php | 2 +- app/Admin/{Card => Metrics}/Community/TotalUser.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename app/Admin/{Card => Metrics}/Community/TotalAmount.php (94%) rename app/Admin/{Card => Metrics}/Community/TotalCommunity.php (94%) rename app/Admin/{Card => Metrics}/Community/TotalUser.php (95%) diff --git a/app/Admin/Controllers/HomeController.php b/app/Admin/Controllers/HomeController.php index 304fdbf..74bef5f 100644 --- a/app/Admin/Controllers/HomeController.php +++ b/app/Admin/Controllers/HomeController.php @@ -2,7 +2,7 @@ namespace App\Admin\Controllers; -use App\admin\Card\Community; +use App\admin\Metrics\Community; use App\Admin\Metrics\Examples; use App\Http\Controllers\Controller; use Dcat\Admin\Controllers\Dashboard; diff --git a/app/Admin/Card/Community/TotalAmount.php b/app/Admin/Metrics/Community/TotalAmount.php similarity index 94% rename from app/Admin/Card/Community/TotalAmount.php rename to app/Admin/Metrics/Community/TotalAmount.php index c5245b0..4690e03 100644 --- a/app/Admin/Card/Community/TotalAmount.php +++ b/app/Admin/Metrics/Community/TotalAmount.php @@ -1,5 +1,5 @@