2023-01-19 15:55:38 +08:00

21 lines
371 B
Plaintext

<?php
namespace Modules\{Module}\Providers;
use Catch\CatchAdmin;
use Catch\Providers\CatchModuleServiceProvider;
class {Module}ServiceProvider extends CatchModuleServiceProvider
{
/**
* route path
*
* @return string
*/
public function moduleName(): string
{
// TODO: Implement path() method.
return '{module}';
}
}