2020-06-25 09:25:02 +08:00

14 lines
259 B
Plaintext

<?php
namespace {NAMESPACE};
use catcher\ModuleService;
class {SERVICE} extends ModuleService
{
public function loadRouteFrom()
{
// TODO: Implement loadRouteFrom() method.
return __DIR__ . DIRECTORY_SEPARATOR . 'route.php';
}
}