Verified Commit 09341e6f authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3446962 by kim.pepper: Remove incorrectly added...

Issue #3446962 by kim.pepper: Remove incorrectly added InputStreamUploadedFile::supportsMoveUploadedFile()

(cherry picked from commit de44e097)
parent 5923aeae
Loading
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -49,13 +49,6 @@ public function getFilename(): string {
    return $this->filename;
  }

  /**
   * {@inheritdoc}
   */
  public function supportsMoveUploadedFile(): bool {
    return FALSE;
  }

  /**
   * {@inheritdoc}
   */