delete:冗余模块

This commit is contained in:
JaguarJack
2020-09-28 11:14:02 +08:00
parent 4b8d5aa507
commit bece4dac86
4 changed files with 0 additions and 72 deletions

View File

@@ -1,13 +0,0 @@
<?php
namespace catchAdmin\cms;
use catcher\ModuleService;
class CmsService extends ModuleService
{
public function loadRouteFrom()
{
// TODO: Implement loadRouteFrom() method.
return __DIR__ . DIRECTORY_SEPARATOR . 'route.php';
}
}