Skip to content

Commit

Permalink
FIx getWrittenFilePath (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
wawan93 authored and samdark committed Oct 4, 2016
1 parent 8fe8479 commit 697223b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function __construct($filePath)
*/
public function getWrittenFilePath()
{
return $writtenFilePaths;
return $this->writtenFilePaths;
}

/**
Expand Down

0 comments on commit 697223b

Please sign in to comment.