diff --git a/src/flextype/core/Entries/Entries.php b/src/flextype/core/Entries/Entries.php index 169a37a6..20d98f9a 100755 --- a/src/flextype/core/Entries/Entries.php +++ b/src/flextype/core/Entries/Entries.php @@ -116,7 +116,7 @@ class Entries * * @access public */ - private function initFieldsMacros(array $macros): void + private function initMacros(array $macros): void { foreach ($macros as $key => $value) { if ($key == 'debug') { @@ -136,7 +136,7 @@ class Entries * * @access public */ - private function initFieldsDirectives(array $directives): void + private function initDirectives(array $directives): void { foreach ($directives as $key => $value) { if (filesystem()->file(ROOT_DIR . $value['path'])->exists()) {