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';
|
||||
}
|
||||
}
|
||||
|
4
modules/Permissions/config/ok.php
Normal file
4
modules/Permissions/config/ok.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return [
|
||||
'is_ok' => true
|
||||
];
|
4
modules/Permissions/config/oks.php
Normal file
4
modules/Permissions/config/oks.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return [
|
||||
'is_ok' => true
|
||||
];
|
Reference in New Issue
Block a user