1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 02:41:27 +02:00

refactor(core): fix code standard for Entries API #347

This commit is contained in:
Awilum
2020-02-19 23:34:15 +03:00
parent 74e7558ce8
commit a8c3c91a9c

View File

@@ -162,7 +162,7 @@ class Entries
// Return empty array
return [];
// else Try to get requested entry from the filesystem
// else Try to get requested entry from the filesystem
}
$entry_decoded = $this->flextype['parser']->decode(Filesystem::read($entry_file), 'frontmatter');