wip
This commit is contained in:
@@ -49,7 +49,7 @@ function emptyModule(): ModuleContract
|
||||
/**
|
||||
* Module exists
|
||||
*/
|
||||
function module_exists(string $moduleName)
|
||||
function module_exists(string $moduleName): bool
|
||||
{
|
||||
return modular()->moduleExists($moduleName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user