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'); }