@@ -37,7 +37,7 @@ |
||
37 | 37 | /** @interitDoc */ |
38 | 38 | public static function make(string $identifier = '', array $matter = [], string $body = ''): static |
39 | 39 | { |
40 | - return tap(new static($identifier, new FrontMatter($matter), new Markdown($body)), function (self $page) { |
|
40 | + return tap(new static($identifier, new FrontMatter($matter), new Markdown($body)), function(self $page) { |
|
41 | 41 | return PageModelConstructor::run($page); |
42 | 42 | }); |
43 | 43 | } |