lucent config

This commit is contained in:
2023-10-06 13:07:09 +03:00
parent 341ad267a5
commit 9bbe5ee9b4
9 changed files with 95 additions and 71 deletions
+8
View File
@@ -37,3 +37,11 @@ if (!function_exists('make_dir_r')) {
is_dir($path) || mkdir($path, 0777, true);
}
}
if (!function_exists('schemas_path')) {
function schemas_path(): string
{
return storage_path("lucent/lucent.schemas.json");
}
}