예제 #1
0
파일: Image.php 프로젝트: kingsj/core
 /**
  * Update file path - change file extension taken from MIME information.
  *
  * @return boolean
  */
 protected function updatePathByMIME()
 {
     return self::STORAGE_S3 == $this->getStorageType() ? true : parent::updatePathByMIME();
 }