YunyingService.php 883 B

123456789101112131415161718192021222324
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | CatchAdmin [Just Like ~ ]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2017~{$year} http://catchadmin.com All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Licensed ( https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt )
  8. // +----------------------------------------------------------------------
  9. // | Author: JaguarJack [ njphper@gmail.com ]
  10. // +----------------------------------------------------------------------
  11. namespace catchAdmin\yunying;
  12. use catcher\ModuleService;
  13. class YunyingService extends ModuleService
  14. {
  15. public function loadRouteFrom()
  16. {
  17. // TODO: Implement loadRouteFrom() method.
  18. return __DIR__ . DIRECTORY_SEPARATOR . 'route.php';
  19. }
  20. }