some fix
This commit is contained in:
parent
d3d5e3a8e5
commit
c3c377a4e2
@ -160,11 +160,7 @@ class ModuleService
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $slug
|
||||
* @return false
|
||||
*/
|
||||
public function getModuleDir(string $slug): false
|
||||
public function getModuleDir(string $slug)
|
||||
{
|
||||
$module_paths = Option::where("key", "module_paths")->first();
|
||||
$dirs = [];
|
||||
|
Loading…
Reference in New Issue
Block a user