lucent config
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user