@@ -55,6 +55,9 @@ |
||
55 | 55 | return new Permalink($relativeFilePath, $relativeUrlPath); |
56 | 56 | } |
57 | 57 | |
58 | + /** |
|
59 | + * @return string |
|
60 | + */ |
|
58 | 61 | private function generatePermalinkPathname(SourceInterface $source) |
59 | 62 | { |
60 | 63 | $pathname = $source->relativePathname(); |