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