Skip to content

Commit 8e3db42

Browse files
authored
fix: language server errors
1 parent e1c361c commit 8e3db42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Fields/Field.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public static function isAvailable(FormPage|null $form = null): bool
199199
/**
200200
* Get the fields's cache instance
201201
*/
202-
private static function cacheInstance(): Cache
202+
protected static function cacheInstance(): Cache
203203
{
204204
return App::instance()->cache('tobimori.dreamform.fields');
205205
}

0 commit comments

Comments
 (0)