diff --git a/src/ImportFileReader.php b/src/ImportFileReader.php index 12ef41569e..88dd2c233e 100644 --- a/src/ImportFileReader.php +++ b/src/ImportFileReader.php @@ -28,7 +28,7 @@ public static function mimes() public function afterRead() { - if(file_exists($this->file->getRealPath())) { + if (file_exists($this->file->getRealPath())) { unlink($this->file->getRealPath()); } }