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

Slim Framework integration #118 #117

- Fieldsets: refactoring
This commit is contained in:
Awilum
2019-05-25 14:44:40 +03:00
parent 45a9879f99
commit a3aaee7405

View File

@@ -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';
}