update
This commit is contained in:
13
catch/cms/CmsService.php
Normal file
13
catch/cms/CmsService.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace catchAdmin\cms;
|
||||
|
||||
use catcher\ModuleService;
|
||||
|
||||
class CmsService extends ModuleService
|
||||
{
|
||||
public function loadRouteFrom()
|
||||
{
|
||||
// TODO: Implement loadRouteFrom() method.
|
||||
return __DIR__ . DIRECTORY_SEPARATOR . 'route.php';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user