diff --git a/flextype/Fieldsets.php b/flextype/Fieldsets.php index a750abff..ec60addc 100644 --- a/flextype/Fieldsets.php +++ b/flextype/Fieldsets.php @@ -190,7 +190,7 @@ class Fieldsets * @param string $id Fieldsets id * @return string */ - private function _file_location(string $name) : string + private function _file_location(string $id) : string { return PATH['themes'] . '/' . $this->flextype['registry']->get('settings.theme') . '/fieldsets/' . $id . '.json'; }