Skip to content

Commit

Permalink
not optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jszobody authored Jun 18, 2021
1 parent 209742b commit 25e4045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jobs/UploadFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class UploadFile implements ShouldQueue
* @param $destinationPath
* @param CloudStorage $storage
*/
public function __construct($source, $destinationPath = null, CloudStorage $storage)
public function __construct($source, $destinationPath, CloudStorage $storage)
{
$this->source = $source;
$this->destinationPath = $destinationPath;
Expand Down Expand Up @@ -81,4 +81,4 @@ public function release()
->getWaitTime($this->job->attempts())
);
}
}
}

0 comments on commit 25e4045

Please sign in to comment.