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