Skip to content

Commit

Permalink
Update getAbsolutePaths() parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Jan 8, 2020
1 parent 72b59d3 commit 03020e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Provider/Storage/FilesystemStorageProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function downloadDocument(DocumentInterface $document) {
* @param bool $rename Rename ?
* @return string Returns the absolute path.
*/
protected function getAbsolutePath(DocumentInterface $document = null, $rename = false) {
protected function getAbsolutePath(DocumentInterface $document, $rename = false) {

$path = [
$this->getDirectory(),
Expand Down

0 comments on commit 03020e6

Please sign in to comment.