From 7240d631c7002573ad90bd517aef5fed7b9ba369 Mon Sep 17 00:00:00 2001 From: lanzu_qinsheng <334039090@qq.com> Date: Mon, 2 Nov 2020 14:55:21 +0800 Subject: [PATCH] 1 --- app/Admin/Actions/{Exporter => Excel}/SalesMan.php | 2 +- app/Admin/Controllers/v3/Salesman.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename app/Admin/Actions/{Exporter => Excel}/SalesMan.php (99%) diff --git a/app/Admin/Actions/Exporter/SalesMan.php b/app/Admin/Actions/Excel/SalesMan.php similarity index 99% rename from app/Admin/Actions/Exporter/SalesMan.php rename to app/Admin/Actions/Excel/SalesMan.php index 6d2df9f..7d41e50 100644 --- a/app/Admin/Actions/Exporter/SalesMan.php +++ b/app/Admin/Actions/Excel/SalesMan.php @@ -1,6 +1,6 @@ get('name'); $option = request()->get('option'); $time = date('Y-m-d H:i:s',time()); - return Excel::download(new \App\Admin\Actions\Exporter\SalesMan($option,$name), $time.'.xlsx'); + return Excel::download(new \App\Admin\Actions\Excel\SalesMan($option,$name), $time.'.xlsx'); }