This commit is contained in:
Билай Станислав 2024-10-15 16:15:46 +03:00
parent d3d5e3a8e5
commit c3c377a4e2

View File

@ -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 = [];