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