ChenWuJie 4 rokov pred
rodič
commit
88f9807d39

+ 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();
-    }
-
-}