Ejemplo n.º 1
0
 public function getMimeType()
 {
     return \Mime::getMimeTypeForExtension(pathinfo($this->file, PATHINFO_EXTENSION));
 }