Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 14, 2023
1 parent a458747 commit 2985a9e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/MediaCollections/FileAdder.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ public function setSubject(Model $subject): self
return $this;
}

/*
* Set the file that needs to be imported.
*
* @param string|UploadedFile $file
*
* @return $this
*/
public function setFile($file): self
{
$this->file = $file;
Expand Down

0 comments on commit 2985a9e

Please sign in to comment.