Beispiel #1
0
 /**
  * Get the mime-type of a given file.
  *
  * @param string $path
  * @return string|false 
  * @static 
  */
 public static function mimeType($path)
 {
     return \Illuminate\Filesystem\FilesystemAdapter::mimeType($path);
 }