Update Core\File

This commit is contained in:
Visman 2021-03-07 00:28:01 +07:00
parent a8bf3afb9c
commit 0468a1713d

View file

@ -221,7 +221,8 @@ class File
return false;
}
}
@\chmod($path, 0644);
\chmod($path, 0644);
return true;
}