Edit.php 237 B

1234567891011121314
  1. <?php
  2. namespace UCore\DcatAdmin\Grid\Actions;
  3. use Dcat\Admin\Grid\Actions\Edit as BaseEdit;
  4. class Edit extends BaseEdit
  5. {
  6. public function href()
  7. {
  8. return parent::href(); // TODO: Change the autogenerated stub
  9. }
  10. }