Beispiel #1
0
 /**
  * Returns the default file permission mask to use.
  *
  * @return string Permission mask as octal (0777) or null
  * @static 
  */
 public static function getFilePermissions()
 {
     return \October\Rain\Filesystem\Filesystem::getFilePermissions();
 }