You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the documentation shows $filesystem->chmod($target, $mode, $recursive) however it's now $filesystem->chmod($target, $mode, $umask, $recursive).
Notable there are now four arguments rather than three.