Beispiel #1
0
 /**
  * Delete the file at a given path.
  *
  * @param string|array $paths
  * @return bool 
  * @static 
  */
 public static function delete($paths)
 {
     //Method inherited from \Illuminate\Filesystem\Filesystem
     return \October\Rain\Filesystem\Filesystem::delete($paths);
 }