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