chore: update module
This commit is contained in:
@@ -19,10 +19,10 @@ class UserServiceProvider extends CatchModuleServiceProvider
|
||||
*
|
||||
* @return string|array
|
||||
*/
|
||||
public function routePath(): string|array
|
||||
public function moduleName(): string|array
|
||||
{
|
||||
// TODO: Implement path() method.
|
||||
return CatchAdmin::getModuleRoutePath('user');
|
||||
return 'user';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user