mirror of
https://github.com/flextype/flextype.git
synced 2025-08-29 16:00:15 +02:00
- Fieldsets: fixes and refactoring
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user