链街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.

17 lines
230 B

5 years ago
  1. <?php
  2. namespace App\Admin\Controllers;
  3. use App\Admin\Repositories\ImsCjdcMarket;
  4. use Dcat\Admin\Controllers\AdminController;
  5. use Dcat\Admin\Grid;
  6. class Test extends AdminController
  7. {
  8. public function test()
  9. {
  10. }
  11. }