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

Slim Framework integration #118 #117

- Fieldsets: fixes and refactoring
This commit is contained in:
Awilum
2019-05-29 01:07:39 +03:00
parent 9522a27d8b
commit 9eb272f145

View File

@@ -40,7 +40,7 @@ class Fieldsets
*/
public function fetch(string $id)
{
$fieldsets_file = Fieldsets::_file_location($id);
$fieldsets_file = $this->_file_location($id);
if (Filesystem::has($fieldsets_file)) {
if ($fieldsets_body = Filesystem::read($fieldsets_file)) {