Skip to content

Commit

Permalink
Fix additional ) in single save initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
pionl committed May 15, 2018
1 parent b5ed48e commit 8a1c315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handler/SingleUploadHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SingleUploadHandler extends AbstractHandler
*/
public function startSaving($chunkStorage)
{
return new SingleSave($this->file, $this, $this->config));
return new SingleSave($this->file, $this, $this->config);
}

/**
Expand Down

0 comments on commit 8a1c315

Please sign in to comment.