This commit is contained in:
2025-10-29 00:06:05 +05:00
parent f537e9526b
commit 6ef6ed128a
3 changed files with 17 additions and 16 deletions

View File

@@ -49,7 +49,7 @@ function emptyModule(): ModuleContract
/**
* Module exists
*/
function module_exists(string $moduleName)
function module_exists(string $moduleName): bool
{
return modular()->moduleExists($moduleName);
}