Ejemplo n.º 1
0
 /**
  * Set extension.
  * @param  string $type
  * @return self
  */
 public final function setExtension(string $type) : self
 {
     $this->extension = Mime::getExtension($type);
     return $this;
 }