14 lines
259 B
Plaintext
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';
|
|
}
|
|
}
|