链街Dcat后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
209 B

5 years ago
  1. <?php
  2. namespace App\Admin\Extensions;
  3. use Dcat\Admin\Grid\RowAction;
  4. class OrderDetail extends RowAction
  5. {
  6. public function __construct($title=null)
  7. {
  8. parent::__construct($title);
  9. }
  10. }