Browse Source

删除pdf操作

ChenWuJie 4 years ago
parent
commit
88f9807d39
1 changed files with 0 additions and 19 deletions
  1. 0 19
      app/Admin/Actions/backstage/Orders/PdfAction.php

+ 0 - 19
app/Admin/Actions/backstage/Orders/PdfAction.php

xqd
@@ -1,19 +0,0 @@
-<?php
-
-namespace App\Admin\Actions\backstage\Orders;
-
-use Encore\Admin\Actions\RowAction;
-use Illuminate\Database\Eloquent\Model;
-
-class PdfAction extends RowAction
-{
-    public $name = '查看保单';
-
-    public function handle(Model $model)
-    {
-        // $model ...
-
-        return $this->response()->success('查看保单成功')->refresh();
-    }
-
-}