Exemplo n.º 1
0
 /**
  * Remove uploaded files from the /media directory
  *
  * @param  string $filepath
  * @return void
  */
 public function removeUploadedFile($filepath)
 {
     $this->Filesystem->delete($this->basepath . $filepath);
 }