This commit is contained in:
2023-10-04 13:32:30 +03:00
parent 215d238505
commit 1ca5f4e521
82 changed files with 519 additions and 1889 deletions
+6
View File
@@ -31,3 +31,9 @@ if (!function_exists('toArray')) {
}
if (!function_exists('make_dir_r')) {
function make_dir_r(string $path): void
{
is_dir($path) || mkdir($path, 0777, true);
}
}