@@ -44,7 +44,7 @@ |
||
| 44 | 44 | |
| 45 | 45 | protected function parseBladePage(): BladePage |
| 46 | 46 | { |
| 47 | - return tap(new BladePage($this->slug), function (BladePage $page) { |
|
| 47 | + return tap(new BladePage($this->slug), function(BladePage $page) { |
|
| 48 | 48 | $page->matter = FrontMatter::fromArray( |
| 49 | 49 | $this->parseBladeMatter(file_get_contents($page->getSourcePath())) |
| 50 | 50 | ); |